Skip to content

Commit

Permalink
fix: Use custom container for dnf repo generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jul 26, 2023
1 parent d92da46 commit e7ab11b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
run: |
docker run -t \
-v $PWD:/repo \
fedora:38 /bin/bash -c "/repo/generate-dnf-repo.sh"
ghcr.io/t2linux/fedora-kernel-build:latest \
/repo/generate-dnf-repo.sh

- name: "Upload DNF repo"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e7ab11b

Please sign in to comment.