We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603db1c commit 1365054Copy full SHA for 1365054
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
sudo apt install -y podman
53
54
- name: build
55
- run: sudo podman build -t localhost/bootupd:latest -f Dockerfile .
+ run: sudo podman build -t localhost/bootupd:latest -f Dockerfile --build-arg base=ghcr.io/bootc-dev/dev-bootc:centos-9 .
56
57
- name: bootupctl status in container
58
run: |
0 commit comments