Skip to content

Commit 1365054

Browse files
committed
temp: Overwrite ci action's base image with bootc main cnetos9 image
Signed-off-by: ckyrouac <ckyrouac@redhat.com>
1 parent 603db1c commit 1365054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
sudo apt install -y podman
5353
5454
- name: build
55-
run: sudo podman build -t localhost/bootupd:latest -f Dockerfile .
55+
run: sudo podman build -t localhost/bootupd:latest -f Dockerfile --build-arg base=ghcr.io/bootc-dev/dev-bootc:centos-9 .
5656

5757
- name: bootupctl status in container
5858
run: |

0 commit comments

Comments
 (0)