Skip to content

Commit 050a131

Browse files
committed
fix
1 parent df2a400 commit 050a131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
138138
# Build the image using registry caching backend
139139
retry docker \
140140
buildx \
141-
"${build_args}" \
141+
${build_args} \
142142
--cache-from type=registry,ref=${CACHE_IMAGE_TAG} \
143143
--output=type=docker
144144
# On auto/try builds, we can also write to the cache.
@@ -154,7 +154,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
154154
# Build the image using registry caching backend
155155
retry docker \
156156
buildx \
157-
"${build_args}" \
157+
${build_args} \
158158
--cache-from type=registry,ref=${CACHE_IMAGE_TAG} \
159159
--cache-to type=registry,ref=${CACHE_IMAGE_TAG},compression=zstd \
160160
--output=type=docker

0 commit comments

Comments
 (0)