There was an error while loading. Please reload this page.
1 parent 1bdaac7 commit 80a35ddCopy full SHA for 80a35dd
.github/workflows/main.yml
@@ -68,7 +68,7 @@ jobs:
68
if: github.ref == 'refs/heads/master'
69
run: |
70
cd api
71
- docker build --no-cache . --target production-stage NODE_ENV=production -t $REGISTRY_DOMAIN/chrisleekr/nodejs-vuejs-mysql-boilerplate:api-latest
+ docker build --no-cache . --target production-stage --build-arg NODE_ENV=production -t $REGISTRY_DOMAIN/chrisleekr/nodejs-vuejs-mysql-boilerplate:api-latest
72
docker push $REGISTRY_DOMAIN/chrisleekr/nodejs-vuejs-mysql-boilerplate:api-latest
73
- name: Build frontend latest image
74
0 commit comments