Skip to content

Commit 1bd687a

Browse files
Update .github/workflows/build-and-push.yaml
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent bb0029b commit 1bd687a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
if [ -n "$BASE_IMAGES" ]; then
8585
for img in $BASE_IMAGES; do
86-
docker pull $img
86+
docker pull "$img"
8787
done
8888
fi
8989
- name: Put expiry date on CI-tagged image

0 commit comments

Comments
 (0)