Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
fix(ci-build): Allow docker image push for forked repository
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkoura committed Dec 29, 2019
1 parent ac831f2 commit ac4d445
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 @@ -60,6 +60,6 @@ jobs:
language: shell
arch: amd64
os: linux
if: tag IS present and fork = false
if: tag IS present
script:
- IMAGE_VERSION=${TRAVIS_TAG} build/manifest.sh

0 comments on commit ac4d445

Please sign in to comment.