Skip to content

Commit 0a048b5

Browse files
committed
ci: enable tag command
1 parent d7c53f0 commit 0a048b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,4 @@ jobs:
9797
run: |
9898
TAGS=$(echo "$DOCKER_METADATA_OUTPUT_JSON" | jq -r '.tags | to_entries | map("--tag " + (.value | tostring)) | join(" ")')
9999
100-
echo "Would run: docker buildx imagetools create $TAGS $DOCKER_IMAGE:$TEST_TAG"
101-
100+
docker buildx imagetools create $TAGS $DOCKER_IMAGE:$TEST_TAG

0 commit comments

Comments
 (0)