Skip to content

Commit e3faf2d

Browse files
authored
fix version name
1 parent 49340db commit e3faf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
uses: docker/build-push-action@v2
3535
with:
3636
push: true
37-
tags: docker.pkg.github.com/ysslang/finedocker:${{ env.VERSION }},docker.pkg.github.com/ysslang/finedocker:latest
37+
tags: docker.pkg.github.com/ysslang/finedocker/${{ env.VERSION }},docker.pkg.github.com/ysslang/finedocker/latest

0 commit comments

Comments
 (0)