mirror of
https://github.com/coreos/fedora-coreos-config.git
synced 2026-02-05 09:45:30 +01:00
workflows/container-native: remove leftover
As a followup of [1], we can remove this leftover.
[1] b6c2271bd8
This commit is contained in:
committed by
Jonathan Lebon
parent
de8dd56c26
commit
05d2c94367
6
.github/workflows/container-native.yml
vendored
6
.github/workflows/container-native.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user