We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe52a2 commit 143610dCopy full SHA for 143610d
1 file changed
.github/workflows/build-docker-images.yaml
@@ -426,5 +426,5 @@ jobs:
426
run: |
427
tags="${{ steps.get-docker-tag.outputs.tag }}"
428
for tag in ${tags//,/}; do
429
- echo "docker push ${tag}"
+ docker push "${tag}"
430
done
0 commit comments