Remove explicit repository name for docker builds
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
2f4d1e2a92
commit
c1455df969
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-image.yml
vendored
1
.github/workflows/docker-image.yml
vendored
|
@ -17,5 +17,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
repository: ${{ github.repository }}/${{ github.event.repository.name }}
|
||||||
registry: docker.pkg.github.com
|
registry: docker.pkg.github.com
|
||||||
tag_with_ref: true
|
tag_with_ref: true
|
||||||
|
|
Loading…
Reference in a new issue