1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at 05d2c94367

This commit is contained in:
CoreOS Bot
2025-10-01 14:02:20 +00:00
parent 7ae386019f
commit 985518fd14

View File

@@ -51,10 +51,6 @@ jobs:
# https://github.com/containers/buildah/issues/5952 is fixed.
run: |
set -xeuo pipefail
SECRETS=()
if [[ -f local-overrides.repo ]]; then
SECRETS+=(--secret id=yumrepos,src=local-overrides.repo)
fi
podman build "${SECRETS[@]}" --security-opt=label=disable --cap-add=all --device /dev/fuse --build-arg-file build-args.conf -v $PWD:/run/src . -t localhost/fedora-coreos
podman build --security-opt=label=disable --cap-add=all --device /dev/fuse --build-arg-file build-args.conf -v $PWD:/run/src . -t localhost/fedora-coreos
- name: Sanity-check
run: podman run --rm localhost/fedora-coreos echo hello