Skip to content

Commit 9e4110f

Browse files
committed
Fix tag specification
1 parent 5c54798 commit 9e4110f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
context: .
7979
push: ${{ github.event_name != 'pull_request' }}
80-
tags: ${{ steps.meta.outputs.tags }},{{ env.IMAGE_NAME }}
80+
tags: ${{ steps.meta.outputs.tags }},${{ env.IMAGE_NAME }}
8181
labels: ${{ steps.meta.outputs.labels }}
8282
cache-from: type=gha
8383
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)