diff --git a/.github/workflows/snyk-security.yml b/.github/workflows/snyk-security.yml index 1cfec0b2d..c267d3080 100644 --- a/.github/workflows/snyk-security.yml +++ b/.github/workflows/snyk-security.yml @@ -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 }}