We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c54d3 commit 5d5e9f1Copy full SHA for 5d5e9f1
.github/workflows/generic_build.yml
@@ -116,8 +116,8 @@ jobs:
116
117
# Build each arch's image
118
for arch in $archs_and_images ; do
119
- arch=$(echo $arch_and_image | cut -f1 -d "=")
120
- base_image=$(echo $arch_and_image | cut -f2 -d "=")
+ arch=$(echo $archs_and_images | cut -f1 -d "=")
+ base_image=$(echo $archs_and_images | cut -f2 -d "=")
121
BASE_IMAGE_BUILD_ARG=""
122
if [ ! -z "$base_image" ]; then
123
BASE_IMAGE_BUILD_ARG="--build_arg=base_image="${base_image}""
0 commit comments