Supress dnf interactive mode
Build Runner Image / build (push) Failing after 30s

This commit is contained in:
2026-05-20 21:40:09 +02:00
parent f7df95e300
commit d891cc2fcf
+4 -17
View File
@@ -6,25 +6,12 @@ on:
jobs: jobs:
build: build:
runs-on: fedora-latest runs-on: fedora-latest
env:
DNF5_FORCE_INTERACTIVE: "0"
steps: steps:
- name: Test 1 - name: Install tools
run: | run: |
echo "Can you see this?" dnf install -y git buildah
- name: Test 2
run: |
echo "Can you see this?"
- name: Show install log
run: |
which git
which buildah
- name: Test 2
run: |
echo "Can you see this?"
which git
which buildah
- name: Set registry host - name: Set registry host
run: | run: |