Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi committed Aug 29, 2024
1 parent 6888339 commit ba156fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-n-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
run: |
docker build \
--no-cache --progress=plain \
--secret id=gh_user,src=${{ secrets.GIT_USER }} \
--secret id=gh_token,src=${{ secrets.GIT_PAT }} \
--secret id=gh_user,env=${{ secrets.GIT_USER }} \
--secret id=gh_token,env=${{ secrets.GIT_PAT }} \
-f src/main/docker/Dockerfile.multistage \
-t ghcr.io/${{ github.repository }}:${{ github.head_ref || github.ref_name }} \
.
Expand Down

0 comments on commit ba156fe

Please sign in to comment.