We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d8b174 + b54e495 commit 128fc52Copy full SHA for 128fc52
.github/workflows/build-image.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: redhat-actions/buildah-build@v2
22
with:
23
image: ${{ env.IMAGE_NAME }}
24
- tags: latest f39 ${{ github.sha }}
+ tags: latest f40 ${{ github.sha }}
25
context: ./${{ env.IMAGE_NAME }}
26
containerfiles: |
27
${{ env.IMAGE_NAME }}/Containerfile
.github/workflows/fedora-dev.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- main
6
+ - f40
7
jobs:
8
build-image:
9
uses: ./.github/workflows/build-image.yml
fedora-dev/Containerfile
@@ -1,10 +1,11 @@
1
-FROM fedora:39
+FROM fedora:40
2
SHELL ["/usr/bin/bash", "-c"]
RUN dnf install --quiet -y \
koji \
fedpkg \
git \
+ python-xmltodict \
rpmdevtools \
10
rpm-sign \
11
mock \
0 commit comments