Add debug commands
Build Runner Image / build (push) Failing after 25s

This commit is contained in:
2026-05-20 20:59:55 +02:00
parent c8e304df3f
commit 7e8051494c
+6
View File
@@ -13,6 +13,12 @@ jobs:
- name: Checkout - name: Checkout
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }} . run: git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
- name: List directory contents
run: ls -lah
- name: Check buildah help
run: buildah --help
- name: Build image - name: Build image
run: buildah bud -t ${{ gitea.server_url }}/${{ gitea.repository }}:latest . run: buildah bud -t ${{ gitea.server_url }}/${{ gitea.repository }}:latest .