Skip to content

Commit afcdaf7

Browse files
committed
Fix syntax
1 parent 4b6e3b5 commit afcdaf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
push: true
6464
tags: |
6565
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
66-
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}::${{steps.set_version.outputs.no-dash}}
66+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{steps.set_version.outputs.no-dash}}

0 commit comments

Comments
 (0)