Skip to content

Commit 8b55388

Browse files
committed
ci: Update for another image rename
Signed-off-by: Colin Walters <[email protected]>
1 parent b101d9d commit 8b55388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: |
118118
set -xeuo pipefail
119119
sudo podman run --rm -ti --privileged -v /:/target -v ./usr/bin/bootc:/usr/bin/bootc --pid=host --security-opt label=disable \
120-
quay.io/centos-boot/fedora-tier-1-dev:eln bootc install-to-filesystem --target-no-signature-verification \
120+
quay.io/centos-bootc/fedora-bootc-dev:eln bootc install-to-filesystem --target-no-signature-verification \
121121
--karg=foo=bar --disable-selinux --replace=alongside /target
122122
ls -al /boot/loader/
123123
sudo grep foo=bar /boot/loader/entries/*.conf

tests/kolainst/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
set -xeuo pipefail
1212

13-
IMAGE=quay.io/centos-boot/fedora-tier-1-dev:eln
13+
IMAGE=quay.io/centos-bootc/fedora-bootc-dev:eln
1414
# TODO: better detect this, e.g. look for an empty device
1515
DEV=/dev/vda
1616

0 commit comments

Comments
 (0)