Skip to content

Commit

Permalink
Branch to f40
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Oct 30, 2024
1 parent cee736a commit eb58be5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 87 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fedora-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Build image 'fedora-ci'
on:
push:
branches:
- main
- f40
paths:
- 'fedora-ci/*'
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: 40
publish: ${{ github.ref == 'refs/heads/f40' }}
branch: f40
15 changes: 0 additions & 15 deletions .github/workflows/fedora-silverblue.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/nightly-update.yml

This file was deleted.

2 changes: 1 addition & 1 deletion fedora-ci/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:41
FROM fedora:40
SHELL ["/usr/bin/bash", "-c"]

RUN dnf install --quiet -y \
Expand Down
10 changes: 0 additions & 10 deletions fedora-silverblue/Containerfile

This file was deleted.

11 changes: 0 additions & 11 deletions fedora-silverblue/copr-sharpenedblade-t2linux.repo

This file was deleted.

0 comments on commit eb58be5

Please sign in to comment.