Skip to content

Commit

Permalink
Add fedora-silverblue container
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Sep 19, 2024
1 parent 09e183e commit 2ec3306
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/fedora-silverblue.yml
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions .github/workflows/nightly-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions fedora-silverblue/Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM quay.io/fedora/fedora-silverblue:41

0 comments on commit 2ec3306

Please sign in to comment.