ci: fix sign in error
All checks were successful
/ build (push) Successful in 5m22s

This commit is contained in:
thislight 2024-07-14 17:01:22 +08:00
parent 2f5e0924e6
commit e5eacc25dd
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -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 && \