Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ljubomirb authored Sep 8, 2024
1 parent 41a4890 commit 5f5a01c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ jobs:
password: ${{ secrets.GHCR_PAT }}
- name: Build and push Docker image
run: |
docker build . --file Dockerfile --tag ghcr.io/${{ github.repository }}/go-qr-web:latest
docker push ghcr.io/${{ github.repository }}/go-qr-web:latest
docker build . --file Dockerfile --tag ghcr.io/ljubomirb/go-qr-web:latest
docker push ghcr.io/ljubomirb/go-qr-web:latest

0 comments on commit 5f5a01c

Please sign in to comment.