Skip to content

Commit 143610d

Browse files
committed
fix: Push new docker images
1 parent 2fe52a2 commit 143610d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,5 +426,5 @@ jobs:
426426
run: |
427427
tags="${{ steps.get-docker-tag.outputs.tag }}"
428428
for tag in ${tags//,/}; do
429-
echo "docker push ${tag}"
429+
docker push "${tag}"
430430
done

0 commit comments

Comments
 (0)