Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi committed Aug 19, 2024
1 parent b6dc6d4 commit fe45656
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 @@ -36,8 +36,8 @@ jobs:
- name: RELEASE CANDIDATE - Build Docker image
run: |
docker build \
--secret id=git_user,env=${{ secrets.GIT_USER }}
--secret id=git_pass,env=${{ secrets.GIT_PAT }}
--secret id=git_user,env=${{ secrets.GIT_USER }} \
--secret id=git_pass,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 fe45656

Please sign in to comment.