We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49340db commit e3faf2dCopy full SHA for e3faf2d
.github/workflows/docker-publish.yml
@@ -34,4 +34,4 @@ jobs:
34
uses: docker/build-push-action@v2
35
with:
36
push: true
37
- tags: docker.pkg.github.com/ysslang/finedocker:${{ env.VERSION }},docker.pkg.github.com/ysslang/finedocker:latest
+ tags: docker.pkg.github.com/ysslang/finedocker/${{ env.VERSION }},docker.pkg.github.com/ysslang/finedocker/latest
0 commit comments