We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c900de7 commit a7bf58aCopy full SHA for a7bf58a
.github/workflows/github-ci.yml
@@ -59,3 +59,8 @@ jobs:
59
run: |
60
./ci/helpers/dockerhub_login.bash
61
make push
62
+ - if: github.event_name == 'push' && github.ref != 'refs/heads/master'
63
+ name: deploy
64
+ run: |
65
+ ./ci/helpers/dockerhub_login.bash
66
+ make push-version
0 commit comments