Skip to content

Commit

Permalink
Merge pull request #221 from cgwalters/ci-update
Browse files Browse the repository at this point in the history
ci: Update for another image rename
  • Loading branch information
vrothberg committed Dec 11, 2023
2 parents b101d9d + 8b55388 commit cd152f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
set -xeuo pipefail
sudo podman run --rm -ti --privileged -v /:/target -v ./usr/bin/bootc:/usr/bin/bootc --pid=host --security-opt label=disable \
quay.io/centos-boot/fedora-tier-1-dev:eln bootc install-to-filesystem --target-no-signature-verification \
quay.io/centos-bootc/fedora-bootc-dev:eln bootc install-to-filesystem --target-no-signature-verification \
--karg=foo=bar --disable-selinux --replace=alongside /target
ls -al /boot/loader/
sudo grep foo=bar /boot/loader/entries/*.conf
2 changes: 1 addition & 1 deletion tests/kolainst/install
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

set -xeuo pipefail

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

Expand Down

0 comments on commit cd152f4

Please sign in to comment.