Skip to content

Commit 608f373

Browse files
committed
Actions bugfix
1 parent 0a62354 commit 608f373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
3333
echo "IMAGE_ID = ${IMAGE_ID}"
3434
echo "VERSION = ${VERSION}"
35-
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
35+
docker tag $IMAGE_NAME:$VERSION $IMAGE_ID:$VERSION
3636
docker push $IMAGE_ID:$VERSION

0 commit comments

Comments
 (0)