Skip to content

Commit

Permalink
Fix bad build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Sep 29, 2021
1 parent ccc8a89 commit 2b2dcf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
tags: ${{ env.DEV_IMAGE_REF }}
build-args: |
PHP_VERSION=${{ env.BASE_DEV_IMAGE_TAG }}
NGINX_CONFIG=dev.default.conf
NGINX_CONF=dev.default.conf
- name: Snyk test development image
uses: snyk/actions/docker@master
Expand Down Expand Up @@ -212,4 +212,4 @@ jobs:
tags: ${{ env.DEV_IMAGE_REF }}
build-args: |
PHP_VERSION=${{ env.BASE_DEV_IMAGE_TAG }}
NGINX_CONFIG=dev.default.conf
NGINX_CONF=dev.default.conf

0 comments on commit 2b2dcf3

Please sign in to comment.