From 2ec3306a34aeedcc059bb8016c7756b84527ee16 Mon Sep 17 00:00:00 2001 From: sharpenedblade Date: Thu, 19 Sep 2024 15:37:50 -0700 Subject: [PATCH] Add fedora-silverblue container --- .github/workflows/fedora-silverblue.yml | 15 +++++++++++++++ .github/workflows/nightly-update.yml | 7 +++++++ fedora-silverblue/Containerfile | 1 + 3 files changed, 23 insertions(+) create mode 100644 .github/workflows/fedora-silverblue.yml create mode 100644 fedora-silverblue/Containerfile diff --git a/.github/workflows/fedora-silverblue.yml b/.github/workflows/fedora-silverblue.yml new file mode 100644 index 0000000..7e6bb89 --- /dev/null +++ b/.github/workflows/fedora-silverblue.yml @@ -0,0 +1,15 @@ +name: Build image 'fedora-silverblue' +on: + push: + branches: + - main + paths: + - 'fedora-silverblue/*' +jobs: + build-image: + uses: ./.github/workflows/build-image.yml + with: + image_name: "fedora-silverblue" + tags: unstable + publish: ${{ github.ref == 'refs/heads/main' }} + branch: main diff --git a/.github/workflows/nightly-update.yml b/.github/workflows/nightly-update.yml index 92793ed..f8734cb 100644 --- a/.github/workflows/nightly-update.yml +++ b/.github/workflows/nightly-update.yml @@ -18,3 +18,10 @@ jobs: image_name: "fedora-ci" tags: unstable branch: main + + fedora-silverblue-unstable: + uses: ./.github/workflows/build-image.yml + with: + image_name: "fedora-silverblue" + tags: unstable + branch: main diff --git a/fedora-silverblue/Containerfile b/fedora-silverblue/Containerfile new file mode 100644 index 0000000..30c2187 --- /dev/null +++ b/fedora-silverblue/Containerfile @@ -0,0 +1 @@ +FROM quay.io/fedora/fedora-silverblue:41