Skip to content

Commit 1d8b174

Browse files
Add fedpkg to fedora-dev
1 parent 3eee0b9 commit 1d8b174

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 ${{ github.sha }}
24+
tags: latest f39 ${{ github.sha }}
2525
context: ./${{ env.IMAGE_NAME }}
2626
containerfiles: |
2727
${{ env.IMAGE_NAME }}/Containerfile

fedora-dev/Containerfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ SHELL ["/usr/bin/bash", "-c"]
33

44
RUN dnf install --quiet -y \
55
koji \
6+
fedpkg \
67
git \
78
rpmdevtools \
89
rpm-sign \

0 commit comments

Comments
 (0)