Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Still trynig to get tag build to work
Browse files Browse the repository at this point in the history
  • Loading branch information
jroper committed Nov 19, 2019
1 parent a21fadd commit 52b7fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
branch: master

- name: Publish release
if: tag =~ /^v.*/
if: tag =~ ^v
script:
- echo "$DOCKER_PASSWORD" | docker login -u cloudstatebot --password-stdin
- sbt "set concurrentRestrictions in Global += Tags.limitAll(1)" "dockerBuildAllNonNative publish" operator/docker:publish
Expand Down

0 comments on commit 52b7fe6

Please sign in to comment.