1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
This commit is contained in:
shivkumar dudhani 2019-10-17 14:35:13 -07:00
parent a810910df9
commit 3e3a4b4861

View file

@ -28,7 +28,7 @@ after_script:
# only push images if the branch is master
after_success:
- |
if [ $TRAVIS_BRANCH == 'master' ]
if [ $TRAVIS_PULL_REQUEST == 'false' ]
then
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
make docker-publish