This commit is contained in:
Stephan Schnabel 2025-06-11 10:51:52 +02:00
parent 864ef05fdc
commit 019da0d3f5
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
3 changed files with 11 additions and 3 deletions

View file

@ -10,6 +10,14 @@ steps:
build:
image: kokuwaio/buildctl:v0.21.0
pull: true
commands: echo $AUTH | base64 -w0
environment:
AUTH: {from_secret: AUTH}
build:
image: kokuwaio/buildctl:v0.21.0
pull: true
depends_on: []
settings: &settings
name: registry.kokuwa.io/buildctl:$CI_PIPELINE_NUMBER
auth: {from_secret: AUTH}