l
This commit is contained in:
parent
a81ee6beac
commit
7bfc5f522e
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ steps:
|
||||||
buildd:
|
buildd:
|
||||||
image: kokuwaio/buildctl:v0.21.0
|
image: kokuwaio/buildctl:v0.21.0
|
||||||
pull: true
|
pull: true
|
||||||
commands: echo $AUTH | base64 -w0
|
commands:
|
||||||
|
- echo $AUTH | base64 -w0
|
||||||
|
- env | sort
|
||||||
environment:
|
environment:
|
||||||
auth:
|
auth:
|
||||||
docker.io:
|
docker.io:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue