We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5357c54 commit 0fee23fCopy full SHA for 0fee23f
.circleci/config.yml
@@ -35,7 +35,7 @@ build_and_deploy_steps: &build_and_deploy_steps
35
name: Build Docker Image
36
command: |
37
# ./build.sh <<pipeline.parameters.reset-db>>
38
- docker buildx build --no-cache=true --build-arg RESET_DB_ARG=${RESET_DB_VALUE} --build-arg SEED_DATA_ARG=${DEPLOYMENT_ENVIRONMENT} -t ${APPNAME}}:latest .
+ docker buildx build --no-cache=true --build-arg RESET_DB_ARG=<<pipeline.parameters.reset-db>> --build-arg SEED_DATA_ARG=${DEPLOYMENT_ENVIRONMENT} -t ${APPNAME}}:latest .
39
- deploy:
40
name: Deploy Using MasterScript
41
0 commit comments