Skip to content

Commit

Permalink
Give nginx composer args
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson1000 committed Mar 7, 2024
1 parent fcf5037 commit 83ae244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Container monitor ~ build FPM & Nginx Docker images
run: |
docker image build --build-arg COMPOSER_USER="$COMPOSER_USER" --build-arg COMPOSER_PASS="$COMPOSER_PASS" -t justice-fpm:snyk --target build-fpm .
docker image build -t justice-nginx:snyk --target build-nginx .
docker image build --build-arg COMPOSER_USER="$COMPOSER_USER" --build-arg COMPOSER_PASS="$COMPOSER_PASS" -t justice-nginx:snyk --target build-nginx .
env:
COMPOSER_USER: ${{ secrets.COMPOSER_USER }}
COMPOSER_PASS: ${{ secrets.COMPOSER_PASS }}
Expand Down

0 comments on commit 83ae244

Please sign in to comment.