Skip to content

Commit a448d50

Browse files
committed
fix(ci): image version error
1 parent 81cc6f0 commit a448d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Push image
2525
run: |
2626
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/$IMAGE_NAME
27-
VERSION=latest
27+
VERSION=manyuser
2828
echo IMAGE_ID=$IMAGE_ID
2929
echo VERSION=$VERSION
3030
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION

0 commit comments

Comments
 (0)