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 df2a400 commit 050a131Copy full SHA for 050a131
src/ci/docker/run.sh
@@ -138,7 +138,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
138
# Build the image using registry caching backend
139
retry docker \
140
buildx \
141
- "${build_args}" \
+ ${build_args} \
142
--cache-from type=registry,ref=${CACHE_IMAGE_TAG} \
143
--output=type=docker
144
# On auto/try builds, we can also write to the cache.
@@ -154,7 +154,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
154
155
156
157
158
159
--cache-to type=registry,ref=${CACHE_IMAGE_TAG},compression=zstd \
160
0 commit comments