12
This commit is contained in:
parent
864ef05fdc
commit
019da0d3f5
3 changed files with 11 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue