another typo
This commit is contained in:
parent
38fd2adb80
commit
5bbc9aee59
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dockerimage.yml
vendored
2
.github/workflows/dockerimage.yml
vendored
|
@ -29,5 +29,5 @@ jobs:
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
run: |
|
run: |
|
||||||
# we push latest separate so it shows up as latest in the UI
|
# we push latest separate so it shows up as latest in the UI
|
||||||
docker tag eb:latest docker.pkg.github.com/amdavidson/backup-server/backup-server:latest
|
docker tag backup-server:latest docker.pkg.github.com/amdavidson/backup-server/backup-server:latest
|
||||||
docker push docker.pkg.github.com/amdavidson/backup-server/backup-server:latest
|
docker push docker.pkg.github.com/amdavidson/backup-server/backup-server:latest
|
||||||
|
|
Loading…
Reference in a new issue