fedora-40: fix push failed
Some checks failed
/ build (push) Failing after 5m0s

This commit is contained in:
thislight 2024-07-14 15:55:09 +08:00
parent de7db63642
commit 51ce2fc7c2
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -47,6 +47,6 @@ jobs:
run: | run: |
buildah login code.lightstands.xyz \ buildah login code.lightstands.xyz \
--username ${{ env.GITHUB_ACTOR }} --password ${{ secrets.PUBLICATION_TOKEN }} && \ --username ${{ env.GITHUB_ACTOR }} --password ${{ secrets.PUBLICATION_TOKEN }} && \
buildah manifest push code.lightstands.xyz/standcoded/fedora:40-minimal --all && \ buildah manifest push code.lightstands.xyz/standcoded/fedora-minimal:40 --all && \
buildah manifest push code.lightstands.xyz/standcoded/fedora:40 --all buildah manifest push code.lightstands.xyz/standcoded/fedora:40 --all