Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJongens authored Nov 7, 2024
1 parent 7fb610d commit e4ef8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
--build-arg FRONTEND_URL=${{ secrets.FRONTEND_URL }} \
--build-arg HMAC_SECRET=${{ secrets.HMAC_SECRET }} \
--build-arg WEBHOOK_URL=${{ secrets.WEBHOOK_URL }} \
-t ghcr.io/${{ github.repository_owner }}/keyfade-backend:latest .
docker push ghcr.io/${{ github.repository_owner }}/keyfade-backend:latest
-t ghcr.io/${{ github.repository_owner | lower }}/keyfade-backend:latest .
docker push ghcr.io/${{ github.repository_owner | lower }}/keyfade-backend:latest

0 comments on commit e4ef8a1

Please sign in to comment.