Skip to content

Commit

Permalink
Update docker-build-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivozilkenat authored Apr 2, 2024
1 parent de4b793 commit 81ca7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:

- name: Build and push Docker image
run: |
docker build . -t ghcr.io/${{ github.repository_owner }}/app:latest
docker push ghcr.io/${{ github.repository_owner }}/app:latest
docker build . -t ghcr.io/${{ github.repository }}/app:latest
docker push ghcr.io/${{ github.repository }}/app:latest

0 comments on commit 81ca7a0

Please sign in to comment.