Skip to content

Commit

Permalink
separate command
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Jan 28, 2024
1 parent de684e6 commit 690e42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-env-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
buildah bud \
--arch="${arch}" \
--iidfile="${iidfile}" \
--build-arg=base_image="$base_image" \
--build-arg=base_image="$base_image"
image_id="$( cat "${iidfile}" )"
rm "${iidfile}"
Expand Down

0 comments on commit 690e42a

Please sign in to comment.