Skip to content

Commit 5db8c83

Browse files
tag latest
1 parent b1a4330 commit 5db8c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
with:
3939
context: docker
4040
push: ${{ github.event_name != 'pull_request' }}
41-
tags: ${{ steps.meta.outputs.tags }}
42-
labels: latest
41+
tags: type=raw,value=latest,enable={{is_default_branch}}
42+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)