aadded some debugging
Einige Prüfungen sind fehlgeschlagen
/ build-image (push) Failing after 4s

Dieser Commit ist enthalten in:
Sebastian Tobie 2025-01-19 21:46:36 +01:00
Ursprung 24f0f87220
Commit 7bb1ec868d

Datei anzeigen

@ -4,6 +4,10 @@ jobs:
build-image: build-image:
runs-on: host runs-on: host
steps: steps:
- name: Test OS
shell: js
run: |
console.log(process.env.RUNNER_OS)
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: https://github.com/redhat-actions/buildah-build@v2 - uses: https://github.com/redhat-actions/buildah-build@v2
with: with:
@ -16,4 +20,4 @@ jobs:
image: ${{ github.repository }} image: ${{ github.repository }}
registry: gitea.sebastian-tobie.de registry: gitea.sebastian-tobie.de
tags: latest ${{ github.run_number }} tags: latest ${{ github.run_number }}
password: ${{ github.token }} password: ${{ github.token }}