Skip to content

Commit

Permalink
ci: Pin eln image
Browse files Browse the repository at this point in the history
Until the fix for coreos/fedora-coreos-tracker#1680
finally propagates.

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Mar 7, 2024
1 parent c590788 commit 2c0d974
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 @@ -106,7 +106,7 @@ jobs:
name: "Container testing"
needs: build-fedora
runs-on: ubuntu-latest
container: quay.io/centos-bootc/fedora-bootc:eln
container: quay.io/centos-bootc/fedora-bootc:eln-1708320930
steps:
- name: Download
uses: actions/download-artifact@v4
Expand Down
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-bootc/fedora-bootc-dev:eln
IMAGE=quay.io/centos-bootc/fedora-bootc:eln-1708320930
# TODO: better detect this, e.g. look for an empty device
DEV=/dev/vda

Expand Down

0 comments on commit 2c0d974

Please sign in to comment.