We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4e1cf commit a55df62Copy full SHA for a55df62
.github/workflows/docker.yml
@@ -23,7 +23,7 @@ jobs:
23
# Push Docker images
24
docker-push:
25
runs-on: ubuntu-latest
26
- if: contains(github.ref, 'refs/tags')
+ if: contains(github.ref, 'refs/tags/v')
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v2
0 commit comments