Skip to content

Commit

Permalink
no ci actions during tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuvanessr committed Oct 11, 2020
1 parent 70d6468 commit 33e62ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stages:
# This stage builds all four multi-arch images and pushes them to docker hub (only for PR builds)
- name: build_multiarch
if: type = pull_request
# This stage builds all four multi-arch images and pushes them to docker hub (only for release tags)
# This stage is a placeholder for future (only for release tags)
- name: build_release
if: tag IS present
jobs:
Expand All @@ -51,6 +51,4 @@ jobs:
- travis_wait 60 make release
- stage: build_release
script:
- echo "$DOCKERHUB_PSWD" | docker login --username "$DOCKERHUB_USER" --password-stdin
# BUILD_OUTPUT=--push requests buildx to push the built images to docker hub
- travis_wait 60 make release
- echo "Release tag pushed. nothing to do!!"

0 comments on commit 33e62ec

Please sign in to comment.