Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 00d3b56

Browse files
committed
buildx multiple tags fix
[skip ci]
1 parent 034b747 commit 00d3b56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
run: |
6161
docker buildx build \
6262
--platform ${DOCKER_TARGET_PLATFORM} \
63-
--tag ${DOCKER_IMAGE}:${TAG_VERSION},${DOCKER_IMAGE}:latest \
63+
--tag ${DOCKER_IMAGE}:${TAG_VERSION} \
64+
--tag ${DOCKER_IMAGE}:latest \
6465
--file ./Dockerfile \
6566
--push .

0 commit comments

Comments
 (0)