Skip to content

Commit 33e62ec

Browse files
committed
no ci actions during tag push
1 parent 70d6468 commit 33e62ec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stages:
2828
# This stage builds all four multi-arch images and pushes them to docker hub (only for PR builds)
2929
- name: build_multiarch
3030
if: type = pull_request
31-
# This stage builds all four multi-arch images and pushes them to docker hub (only for release tags)
31+
# This stage is a placeholder for future (only for release tags)
3232
- name: build_release
3333
if: tag IS present
3434
jobs:
@@ -51,6 +51,4 @@ jobs:
5151
- travis_wait 60 make release
5252
- stage: build_release
5353
script:
54-
- echo "$DOCKERHUB_PSWD" | docker login --username "$DOCKERHUB_USER" --password-stdin
55-
# BUILD_OUTPUT=--push requests buildx to push the built images to docker hub
56-
- travis_wait 60 make release
54+
- echo "Release tag pushed. nothing to do!!"

0 commit comments

Comments
 (0)