This commit is contained in:
@@ -6,12 +6,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: fedora-latest
|
runs-on: fedora-latest
|
||||||
env:
|
|
||||||
DNF5_FORCE_INTERACTIVE: "0"
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
dnf install -y --quiet git buildah
|
TERM=dumb DNF5_FORCE_INTERACTIVE="0" dnf install -y --quiet git buildah
|
||||||
|
|
||||||
- name: Set registry host
|
- name: Set registry host
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user