Skip to content

Commit

Permalink
Merge branch 'f40'
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Apr 23, 2024
2 parents 1d8b174 + b54e495 commit 128fc52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.IMAGE_NAME }}
tags: latest f39 ${{ github.sha }}
tags: latest f40 ${{ github.sha }}
context: ./${{ env.IMAGE_NAME }}
containerfiles: |
${{ env.IMAGE_NAME }}/Containerfile
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fedora-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- f40
jobs:
build-image:
uses: ./.github/workflows/build-image.yml
Expand Down
3 changes: 2 additions & 1 deletion fedora-dev/Containerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM fedora:39
FROM fedora:40
SHELL ["/usr/bin/bash", "-c"]

RUN dnf install --quiet -y \
koji \
fedpkg \
git \
python-xmltodict \
rpmdevtools \
rpm-sign \
mock \
Expand Down

0 comments on commit 128fc52

Please sign in to comment.