Skip to content

Commit

Permalink
Make f41 a stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Oct 30, 2024
1 parent 16a93df commit 456c33d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 42 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/fedora-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ name: Build image 'fedora-ci'
on:
push:
branches:
- main
paths:
- 'fedora-ci/*'
- f41
jobs:
build-image:
uses: ./.github/workflows/build-image.yml
with:
image_name: "fedora-ci"
tags: unstable
publish: ${{ github.ref == 'refs/heads/main' }}
branch: main
tags: 41
publish: ${{ github.ref == 'refs/heads/f41' }}
branch: f41
10 changes: 4 additions & 6 deletions .github/workflows/fedora-silverblue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ name: Build image 'fedora-silverblue'
on:
push:
branches:
- main
paths:
- 'fedora-silverblue/*'
- f41
jobs:
build-image:
uses: ./.github/workflows/build-image.yml
with:
image_name: "fedora-silverblue"
tags: unstable
publish: ${{ github.ref == 'refs/heads/main' }}
branch: main
tags: 41
publish: ${{ github.ref == 'refs/heads/f41' }}
branch: f41
30 changes: 0 additions & 30 deletions .github/workflows/nightly-update.yml

This file was deleted.

0 comments on commit 456c33d

Please sign in to comment.