Skip to content

Commit 7642e53

Browse files
Fix image tag CI
1 parent 1c5dd50 commit 7642e53

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ jobs:
4141
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
4242
echo IMAGE_NAME=$IMAGE_NAME
4343
echo VERSION=$VERSION
44-
docker tag image $IMAGE_NAME:$VERSION
4544
docker push $IMAGE_NAME:$VERSION

0 commit comments

Comments
 (0)