Adding container registry login for gitea action
release / build (push) Failing after 52s

This commit is contained in:
ml
2026-07-02 13:57:35 +02:00
parent f3f7442849
commit 23ad9ebc32
3 changed files with 12 additions and 3 deletions
+5
View File
@@ -22,6 +22,11 @@ jobs:
# Pin to a specific tag here (see build-image/VERSION) if you need a
# release build to be reproducible against an exact toolchain image.
image: cr.ladkau.de/schwert-und-magie/builder:latest
# Lets the runner pull a private image without a manual `docker login`
# on the runner host — see docs/publish.md §4.3.
credentials:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
steps:
- uses: actions/checkout@v4