Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Update travis build
Browse files Browse the repository at this point in the history
Do no push image for PR builds.
  • Loading branch information
chankh committed Oct 5, 2020
1 parent 7b73805 commit f7dd9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ script:
- docker buildx ls
- docker buildx create --name builder --driver docker-container --use
- docker buildx inspect --bootstrap
- travis_wait make docker-multiarch TRAVIS_TAG=$TRAVIS_TAG
- 'if [ "$TRAVIS_PULL_REQUEST" != false ]; then make docker; else travis_wait make docker-multiarch TRAVIS_TAG=$TRAVIS_TAG; fi'

0 comments on commit f7dd9a2

Please sign in to comment.