Skip to content

Commit 5d5e9f1

Browse files
committed
bump
1 parent 07c54d3 commit 5d5e9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generic_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
117117
# Build each arch's image
118118
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 "=")
119+
arch=$(echo $archs_and_images | cut -f1 -d "=")
120+
base_image=$(echo $archs_and_images | cut -f2 -d "=")
121121
BASE_IMAGE_BUILD_ARG=""
122122
if [ ! -z "$base_image" ]; then
123123
BASE_IMAGE_BUILD_ARG="--build_arg=base_image="${base_image}""

0 commit comments

Comments
 (0)