1 parent 8b5fbcb commit 9d83348Copy full SHA for 9d83348
1 file changed
.github/workflows/docker-publish.yml
@@ -72,7 +72,8 @@ jobs:
72
with:
73
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
74
flavor: |
75
- suffix=${{ matrix.suffix }},onlatest=false
+ suffix=${{ matrix.suffix }}
76
+ onlatest=false
77
tags: |
78
type=schedule
79
type=ref,event=branch
0 commit comments