ci: fix wrong path
Some checks failed
/ build (push) Failing after 40s

This commit is contained in:
thislight 2024-07-13 19:40:20 +08:00
parent 5ddee953b6
commit 6950743877
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3
- name: Build Images
run: |
cd fedora:40 && \
cd fedora-40 && \
buildah manifest create code.lightstands.xyz/standcoded/fedora:40 && \
buildah build --arch amd64 --manifest code.lightstands.xyz/standcoded/fedora:40 . && \
buildah build --arch aarch64 --manifest code.lightstands.xyz/standcoded/fedora:40 .