Update .forgejo/workflows/package-check.yml
This commit is contained in:
parent
1c0824ada4
commit
1a4beea84f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ jobs:
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
if: steps.compare.outputs.update == 'true'
|
if: steps.compare.outputs.update == 'true'
|
||||||
run: |
|
run: |
|
||||||
docker build -t melody/docker-test:latest .
|
docker build -t git.shork.ch/melody/docker-test:latest .
|
||||||
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login git.shork.ch -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login git.shork.ch -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||||
docker push git.shork.ch/melody/docker-test:latest
|
docker push git.shork.ch/melody/docker-test:latest
|
||||||
echo "${{ steps.check.outputs.latest_version }}" > .last_version
|
echo "${{ steps.check.outputs.latest_version }}" > .last_version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue