mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
testing
This commit is contained in:
parent
a810910df9
commit
3e3a4b4861
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue