diff --git a/ci.gocd.yaml b/ci.gocd.yaml index a6d68c4b..f17b7d71 100644 --- a/ci.gocd.yaml +++ b/ci.gocd.yaml @@ -41,8 +41,8 @@ pipelines: - exec: command: /bin/bash arguments: - - ./tasks.sh - - test_docker + - -c + - "ops_docker_push=true ./tasks.sh build_docker" - release: approval: manual clean_workspace: true @@ -72,7 +72,7 @@ pipelines: stage: docker job: docker source: imagerc - destination: + destination: docker/ is_file: true - exec: command: /bin/bash