Skip to content

Commit

Permalink
Workaround for docker/for-linux#396
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed May 7, 2020
1 parent 6be775c commit 7045896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Push container images
stage: push-docker-image
script:
- "sudo chmod o+x /etc/docker"
- "echo ${QUAY_PASSWORD} | docker login -u ${QUAY_USERNAME} --password-stdin quay.io"
- '[ "$TRAVIS_BRANCH" = "master" ] && VERSION="$(git rev-parse --abbrev-ref HEAD | tr / -)-$(date +%Y-%m-%d)-$(git rev-parse --short HEAD)" make push'
- '[ -n "$TRAVIS_TAG" ] && VERSION=$TRAVIS_TAG make push'
Expand Down

0 comments on commit 7045896

Please sign in to comment.