Skip to content

Commit

Permalink
Try to override pull policy always
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Oct 17, 2023
1 parent 90c0023 commit e356b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
arch="$( podman inspect --format='{{.Architecture}}' "${id}" )"
buildah bud \
--arch="${arch}" \
--pull-never \
--build-arg=base="${id}" \
--file=Dockerfile.test \
"images/${image}"
Expand Down Expand Up @@ -140,6 +141,7 @@ jobs:
arch="$( podman inspect --format='{{.Architecture}}' "${id}" )"
buildah bud \
--arch="${arch}" \
--pull-never \
--build-arg=base="${id}" \
--file=Dockerfile.test \
"images/${image}"
Expand Down

0 comments on commit e356b3f

Please sign in to comment.