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.
1 parent 6a2d8b9 commit eaf11cfCopy full SHA for eaf11cf
.travis.yaml renamed to .travis.yml
@@ -31,14 +31,24 @@ before_script:
31
32
script:
33
- make verify
34
- - make images
+
35
+branches:
36
+ only:
37
+ - privateacm
38
+ - /^v.*$/
39
40
deploy:
41
- provider: script
42
skip_cleanup: true
- script:
- - docker tag quay.io/jetstack/cert-manager-controller:canary quay.io/dreamteam/cert-manager-controller:$TRAVIS_TAG
- - docker push quay.io/dreamteam/cert-manager-controller:$TRAVIS_TAG
43
+ script: >-
44
+ DOCKER_TAG=$TRAVIS_TAG bazel run //hack/release --
45
+ --repo-root "$TRAVIS_BUILD_DIR"
46
+ --images
47
+ --images.export
48
+ --images.components=controller
49
+ --publish
50
+ --app-version="$TRAVIS_TAG"
51
+ --docker-repo="quay.io/dreamteam"
52
on:
53
tags: true
54
all_branches: true
0 commit comments