We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e6ef6 commit df80f86Copy full SHA for df80f86
.github/workflows/docker.yml
@@ -63,7 +63,7 @@ jobs:
63
with:
64
context: .
65
file: Dockerfile
66
- push: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/tags/v*' }}
+ push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
67
tags: ${{ steps.meta.outputs.tags }}
68
labels: ${{ steps.meta.outputs.labels }}
69
cache-from: type=gha
0 commit comments