We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0029b commit 1bd687aCopy full SHA for 1bd687a
.github/workflows/build-and-push.yaml
@@ -83,7 +83,7 @@ jobs:
83
84
if [ -n "$BASE_IMAGES" ]; then
85
for img in $BASE_IMAGES; do
86
- docker pull $img
+ docker pull "$img"
87
done
88
fi
89
- name: Put expiry date on CI-tagged image
0 commit comments