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 5fe74ae commit 452443aCopy full SHA for 452443a
.travis.yml
@@ -13,6 +13,8 @@ env:
13
14
before_script:
15
- export TAG=$(echo $TRAVIS_COMMIT_MESSAGE | egrep -o 'r[0-9]+')
16
+ - echo $TRAVIS_COMMIT_MESSAGE
17
+ - echo $TAG
18
19
script:
20
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
0 commit comments