Skip to content

Commit 9d83348

Browse files
committed
chore: Fix auth
1 parent 8b5fbcb commit 9d83348

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
with:
7373
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7474
flavor: |
75-
suffix=${{ matrix.suffix }},onlatest=false
75+
suffix=${{ matrix.suffix }}
76+
onlatest=false
7677
tags: |
7778
type=schedule
7879
type=ref,event=branch

0 commit comments

Comments
 (0)