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

Commit 034b747

Browse files
committed
buildx tag fix
[skip ci]
1 parent d6c710f commit 034b747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ 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},${DOCKER_IMAGE}:latest \
6464
--file ./Dockerfile \
6565
--push .

0 commit comments

Comments
 (0)