Skip to content

Commit 80a35dd

Browse files
authored
Update main.yml
1 parent 1bdaac7 commit 80a35dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: github.ref == 'refs/heads/master'
6969
run: |
7070
cd api
71-
docker build --no-cache . --target production-stage NODE_ENV=production -t $REGISTRY_DOMAIN/chrisleekr/nodejs-vuejs-mysql-boilerplate:api-latest
71+
docker build --no-cache . --target production-stage --build-arg NODE_ENV=production -t $REGISTRY_DOMAIN/chrisleekr/nodejs-vuejs-mysql-boilerplate:api-latest
7272
docker push $REGISTRY_DOMAIN/chrisleekr/nodejs-vuejs-mysql-boilerplate:api-latest
7373
- name: Build frontend latest image
7474
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)