Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Feb 2, 2024
1 parent 8544b9a commit 5bdc847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
base_image=$(echo $archs_and_images | cut -f2 -d "=")
BASE_IMAGE_BUILD_ARG=""
if [ ! -z "$base_image" ]; then
BASE_IMAGE_BUILD_ARG="--build_arg=base_image="${base_image}""
BASE_IMAGE_BUILD_ARG="--build-arg=base_image="${base_image}""
fi
iidfile="$( mktemp )"
Expand Down

0 comments on commit 5bdc847

Please sign in to comment.