We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a4330 commit 5db8c83Copy full SHA for 5db8c83
.github/workflows/docker-publish.yml
@@ -38,5 +38,5 @@ jobs:
38
with:
39
context: docker
40
push: ${{ github.event_name != 'pull_request' }}
41
- tags: ${{ steps.meta.outputs.tags }}
42
- labels: latest
+ tags: type=raw,value=latest,enable={{is_default_branch}}
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments