Update .forgejo/workflows/package-check.yml
This commit is contained in:
parent
f1d1d70aa2
commit
76ee3a541c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ jobs:
|
|||
if: env.UPDATE == 'true'
|
||||
shell: sh
|
||||
run: |
|
||||
docker build -t git.shork.ch/melody/docker-test:latest .
|
||||
docker build -t git.shork.ch/melody/docker-test:latest -t git.shork.ch/melody/docker-test:$LATEST_VERSION .
|
||||
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login git.shork.ch -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||
docker push git.shork.ch/melody/docker-test:latest
|
||||
echo "$LATEST_VERSION" > .last_version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue