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 c88cf13 commit 2a4dd96Copy full SHA for 2a4dd96
.github/workflows/docker.yml
@@ -25,7 +25,6 @@ jobs:
25
- name: docker push
26
if: github.ref == 'refs/heads/develop'
27
run: make docker/push
28
- run: echo make docker/push
29
- name: docker push (tag)
30
if: startsWith(github.ref, 'refs/tags/')
31
run: |
0 commit comments