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 22d776e
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=true \
--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=true \
--build-arg=base="${id}" \
--file=Dockerfile.test \
"images/${image}"
Expand Down

0 comments on commit 22d776e

Please sign in to comment.