Inline interactivity blocker
Build Runner Image / build (push) Failing after 25s

This commit is contained in:
2026-05-20 21:43:03 +02:00
parent 3885f6dd02
commit 436e921be7
+1 -3
View File
@@ -6,12 +6,10 @@ on:
jobs:
build:
runs-on: fedora-latest
env:
DNF5_FORCE_INTERACTIVE: "0"
steps:
- name: Install tools
run: |
dnf install -y --quiet git buildah
TERM=dumb DNF5_FORCE_INTERACTIVE="0" dnf install -y --quiet git buildah
- name: Set registry host
run: |