We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d953a commit 0183a85Copy full SHA for 0183a85
.github/workflows/build-demo.yml
@@ -50,4 +50,4 @@ jobs:
50
file: docker/Dockerfile.demo
51
tags: ${{ steps.meta.outputs.tags }}
52
labels: ${{ steps.meta.outputs.labels }}
53
- push: ${{ startsWith(github.ref, 'refs/tags/v') }}
+ push: ${{ startsWith(github.ref, 'refs/tags/v') || endsWith(github.ref, '/master') }}
0 commit comments