ci: fix bad env syntax
Some checks failed
/ build (push) Failing after 49s

This commit is contained in:
thislight 2024-07-13 21:57:33 +08:00
parent 52a7f91de1
commit 68003564b2
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -33,7 +33,7 @@ jobs:
--pid=host --ipc=host --network=host --userns=host --uts=host --squash \ --pid=host --ipc=host --network=host --userns=host --uts=host --squash \
--manifest code.lightstands.xyz/standcoded/fedora:40 . --manifest code.lightstands.xyz/standcoded/fedora:40 .
env: env:
BUILDAH_ISOLATION=chroot BUILDAH_ISOLATION: chroot
- name: Push Images - name: Push Images
run: | run: |
buildah login code.lightstands.xyz \ buildah login code.lightstands.xyz \