Skip to content

Commit 416f74e

Browse files
author
pull clone
committed
Pull image before bootc build
1 parent 946f1a0 commit 416f74e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-disk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
config_file="./disk_config/iso.toml"
9999
fi
100100
101+
sudo podman pull "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}"
102+
101103
sudo podman run --rm --privileged \
102104
--security-opt label=type:unconfined_t \
103105
--volume /var/lib/containers/storage:/var/lib/containers/storage \

0 commit comments

Comments
 (0)