8000 Update dockerpublish.yml · cqkh42/javascript-exercises@f589088 · GitHub
[go: up one dir, main page]

Skip to content

Commit f589088

Browse files
authored
Update dockerpublish.yml
1 parent 68a5717 commit f589088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
3535
3636
echo IMAGE_ID=$IMAGE_ID
37-
docker tag $IMAGE_NAME $IMAGE_ID:latest
38-
docker push $IMAGE_ID:latest
37+
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
38+
docker push $IMAGE_ID:$VERSION

0 commit comments

Comments
 (0)
0