Trying different syntax
This commit is contained in:
parent
00ad016535
commit
d6e76a1bc5
|
@ -7,7 +7,7 @@ export PATH=$PATH:$HOME/.local/bin;
|
|||
# Build and push Docker image to Docker Hub
|
||||
echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin;
|
||||
docker build \
|
||||
--build-arg APP_ENVIRONMENT="${APP_ENVIRONMENT}" \
|
||||
--build-arg APP_ENVIRONMENT="$APP_ENVIRONMENT" \
|
||||
--no-cache -t sartography/cr-connect-bpmn:latest . \
|
||||
|| exit 1;
|
||||
docker push sartography/cr-connect-bpmn:latest || exit 1;
|
||||
|
|
Loading…
Reference in New Issue