feature/forgejo-actions #2

Zusammengeführt
sebastian hat 54 Commits von feature/forgejo-actions nach main 2025-01-28 10:11:34 +00:00 zusammengeführt
Nur Änderungen aus Commit ed2476a139 werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -10,17 +10,4 @@ jobs:
js <<EOF js <<EOF
console.log(process.env.RUNNER_OS) console.log(process.env.RUNNER_OS)
EOF EOF
env env | grep RUNNER_OS
- uses: actions/checkout@v3
- uses: https://github.com/redhat-actions/buildah-build@v2
with:
containerfiles: Containerfile
image: ${{ github.repository }}
registry: gitea.sebastian-tobie.de
tags: latest ${{ github.run_number }}
- uses: https://github.com/redhat-actions/push-to-registry@v2.8
with:
image: ${{ github.repository }}
registry: gitea.sebastian-tobie.de
tags: latest ${{ github.run_number }}
password: ${{ github.token }}