We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3774369 + 183ad8c commit cf912dcCopy full SHA for cf912dc
.travis.yml
@@ -30,7 +30,7 @@ script:
30
after_success:
31
- export COMMIT=`echo $TRAVIS_COMMIT | head -c 7`
32
- docker login -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
33
- - export REPO=quay.io/kubernetes-sigs/aws-alb-ingress-controller
+ - export REPO=quay.io/coreos/alb-ingress-controller
34
- export TAG=`if [ "$TRAVIS_BRANCH" == "master" ]; then echo "latest"; else echo $TRAVIS_BRANCH ; fi`
35
- docker build --pull -f Dockerfile -t $REPO:$COMMIT .
36
- docker tag $REPO:$COMMIT $REPO:$TAG
0 commit comments