Skip to content

Commit 813e634

Browse files
authored
Merge pull request DefectDojo#530 from aaronweaver/master
Adding version to docker hub.
2 parents c736df3 + 4079b90 commit 813e634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ script:
7373
after_success:
7474
#Push to docker repo
7575
- |
76-
if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_TAG" != "" ] && [ "$TEST" == "integration-test" ] && [ "$DOCKER_USER" != "" ] && [ "$DOCKER_PASS" != "" ]; then
76+
if [ "$TRAVIS_TAG" != "" ] && [ "$DOCKER_USER" != "" ] && [ "$DOCKER_PASS" != "" ]; then
7777
docker tag $REPO $REPO:$TRAVIS_TAG
7878
docker login -u "$DOCKER_USER" -p "$DOCKER_PASS";
7979
docker push $REPO ;

0 commit comments

Comments
 (0)