Skip to content

Commit

Permalink
Fix deploy_dockerhub path in circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
jvehent committed Oct 19, 2017
1 parent 8679fa8 commit 71a9c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
name: Push containers
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
./bin/ci/deploy_dockerhub.sh "latest"
./bin/ci/deploy_dockerhub.sh "$CIRCLE_SHA1"
${GOPATH}/src/go.mozilla.org/sops/bin/ci/deploy_dockerhub.sh "latest"
${GOPATH}/src/go.mozilla.org/sops/bin/ci/deploy_dockerhub.sh "$CIRCLE_SHA1"
fi

0 comments on commit 71a9c19

Please sign in to comment.