File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
3434jobs :
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!!"
You can’t perform that action at this time.
0 commit comments