We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6e3b5 commit afcdaf7Copy full SHA for afcdaf7
.github/workflows/docker-publis.yml
@@ -63,4 +63,4 @@ jobs:
63
push: true
64
tags: |
65
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
66
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}::${{steps.set_version.outputs.no-dash}}
+ ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{steps.set_version.outputs.no-dash}}
0 commit comments