CircleCI - push to Docker Hub

This commit is contained in:
stefanprodan
2019-06-21 13:33:26 +03:00
parent 1911143514
commit c0fe461a9f
2 changed files with 3 additions and 8 deletions
+3 -3
View File
@@ -36,9 +36,9 @@ jobs:
- attach_workspace:
at: /tmp/bin
- run: |
cp /tmp/bin/flagger .
chmod +x flagger
- run: test/container-build.sh
cp /tmp/bin/flagger . && chmod +x flagger
docker build -t weaveworks/flagger:latest . -f ./test/Dockerfile.ci
- run: test/container-push.sh
e2e-istio-testing:
machine: true
@@ -2,11 +2,6 @@
set -o errexit
cp /tmp/workspace/flagger .
chmod +x flagger
docker build -t weaveworks/flagger:latest . -f ./test/Dockerfile.ci
BRANCH_COMMIT=${CIRCLE_BRANCH}-$(echo ${CIRCLE_SHA1} | head -c7)
if [[ -z "$DOCKER_PASS" ]]; then