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
|
- name: Fulfill Package Manager Cache
|
||||||
run: dnf makecache -y --releasever 40
|
run: dnf makecache -y --releasever 40
|
||||||
- name: Sign in to Image Index
|
- name: Sign in to Image Index
|
||||||
run: buildah login code.lightstands.xyz \
|
run: buildah login code.lightstands.xyz --username ${{ env.GITHUB_ACTOR }} --password ${{ secrets.PUBLICATION_TOKEN }}
|
||||||
--username ${{ env.GITHUB_ACTOR }} --password ${{ secrets.PUBLICATION_TOKEN }}
|
|
||||||
- name: Build Minimal Images
|
- name: Build Minimal Images
|
||||||
run: |
|
run: |
|
||||||
cd fedora-40-minimal && \
|
cd fedora-40-minimal && \
|
||||||
|
|
Loading…
Reference in a new issue