Skip to content

Commit 128fc52

Browse files
Merge branch 'f40'
2 parents 1d8b174 + b54e495 commit 128fc52

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: redhat-actions/buildah-build@v2
2222
with:
2323
image: ${{ env.IMAGE_NAME }}
24-
tags: latest f39 ${{ github.sha }}
24+
tags: latest f40 ${{ github.sha }}
2525
context: ./${{ env.IMAGE_NAME }}
2626
containerfiles: |
2727
${{ env.IMAGE_NAME }}/Containerfile

.github/workflows/fedora-dev.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- f40
67
jobs:
78
build-image:
89
uses: ./.github/workflows/build-image.yml

fedora-dev/Containerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
FROM fedora:39
1+
FROM fedora:40
22
SHELL ["/usr/bin/bash", "-c"]
33

44
RUN dnf install --quiet -y \
55
koji \
66
fedpkg \
77
git \
8+
python-xmltodict \
89
rpmdevtools \
910
rpm-sign \
1011
mock \

0 commit comments

Comments
 (0)