This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user