Skip to content

Commit e113344

Browse files
committed
Fixed docker-publish github action
1 parent ece2913 commit e113344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3434
tags: |
3535
# set latest tag for main branch only
36-
type=raw,value=latest,enable=main
36+
type=raw,value=latest,enable={{is_default_branch}}
3737
type=ref,event=branch
3838
type=sha
3939

0 commit comments

Comments
 (0)