ci: remove --security-opt
Some checks failed
/ build (push) Failing after 55s

This commit is contained in:
thislight 2024-07-13 20:56:25 +08:00
parent 9f9b730e18
commit ca39ddc19e
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -27,10 +27,10 @@ jobs:
cd fedora-40 && \ cd fedora-40 && \
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs manifest create code.lightstands.xyz/standcoded/fedora:40 && \ buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs manifest create code.lightstands.xyz/standcoded/fedora:40 && \
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs build --arch amd64 \ buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs build --arch amd64 \
--pid=host --ipc=host --network=host --userns=host --uts=host --security-opt unmask=/proc --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 . && \
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs build --arch aarch64 \ buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs build --arch aarch64 \
--pid=host --ipc=host --network=host --userns=host --uts=host --security-opt unmask=/proc --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 .
- name: Push Images - name: Push Images
run: | run: |