Add debug lines
Build Runner Image / build (push) Failing after 33s

This commit is contained in:
2026-05-20 21:19:31 +02:00
parent ba60ee1f77
commit 20b18fcc39
+11 -1
View File
@@ -7,6 +7,10 @@ jobs:
build: build:
runs-on: fedora-latest runs-on: fedora-latest
steps: steps:
- name: Test 1
run: |
echo "Can you see this?"
- name: Install tools - name: Install tools
run: | run: |
set -ex set -ex
@@ -15,7 +19,13 @@ jobs:
- name: Set registry host - name: Set registry host
run: | run: |
set -ex set -ex
echo "REGISTRY_HOST=$(echo ${{ gitea.server_url }} | sed 's|https\?://||')" >> "$GITEA_ENV" echo "REGISTRY_HOST=$(echo ${{ gitea.server_url }} | sed 's|https\?://||')" >> "$GITEA_ENV" - name: Debug
- name: Test 2
run: |
echo "Can you see this?"
which git
which buildah
- name: Checkout - name: Checkout
run: | run: |