This commit is contained in:
parent
2f5e0924e6
commit
e5eacc25dd
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ jobs:
|
|||
- name: Fulfill Package Manager Cache
|
||||
run: dnf makecache -y --releasever 40
|
||||
- name: Sign in to Image Index
|
||||
run: buildah login code.lightstands.xyz \
|
||||
--username ${{ env.GITHUB_ACTOR }} --password ${{ secrets.PUBLICATION_TOKEN }}
|
||||
run: buildah login code.lightstands.xyz --username ${{ env.GITHUB_ACTOR }} --password ${{ secrets.PUBLICATION_TOKEN }}
|
||||
- name: Build Minimal Images
|
||||
run: |
|
||||
cd fedora-40-minimal && \
|
||||
|
|
Loading…
Reference in a new issue