Skip to content

Commit

Permalink
ci: fix repo url in docker-push
Browse files Browse the repository at this point in the history
  • Loading branch information
ei-grad committed Aug 23, 2019
1 parent 501f036 commit 697ef47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [[ "$TRAVIS_PULL_REQUEST" == "false" && \
fi

if [[ "$BUILDKITE_PULL_REQUEST" == "false" && \
"$BUILDKITE_REPO" == "git@github.com:$IMAGE.git" && \
"$BUILDKITE_REPO" == "https://github.com/$IMAGE.git" && \
"$BUILDKITE_BRANCH" == "master" ]]; then
docker tag $IMAGE:$TAG $IMAGE:latest${TARGET#build}
docker push $IMAGE:latest${TARGET#build}
Expand Down

0 comments on commit 697ef47

Please sign in to comment.