rtz
This commit is contained in:
parent
f5d000e58b
commit
a81ee6beac
1 changed files with 10 additions and 7 deletions
|
@ -12,7 +12,16 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
commands: echo $AUTH | base64 -w0
|
commands: echo $AUTH | base64 -w0
|
||||||
environment:
|
environment:
|
||||||
AUTH: {from_secret: AUTH}
|
auth:
|
||||||
|
docker.io:
|
||||||
|
username: {from_secret: docker_io_username}
|
||||||
|
password: {from_secret: docker_io_password}
|
||||||
|
ghcr.io:
|
||||||
|
username: {from_secret: ghcr_io_username}
|
||||||
|
password: {from_secret: ghcr_io_password}
|
||||||
|
registry.kokuwa.io:
|
||||||
|
username: {from_secret: kokuwa_io_username}
|
||||||
|
password: {from_secret: kokuwa_io_password}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: kokuwaio/buildctl:v0.21.0
|
image: kokuwaio/buildctl:v0.21.0
|
||||||
|
@ -21,12 +30,6 @@ steps:
|
||||||
settings: &settings
|
settings: &settings
|
||||||
name: registry.kokuwa.io/buildctl:$CI_PIPELINE_NUMBER
|
name: registry.kokuwa.io/buildctl:$CI_PIPELINE_NUMBER
|
||||||
auth:
|
auth:
|
||||||
docker.io:
|
|
||||||
username: {from_secret: docker_io_username}
|
|
||||||
password: {from_secret: docker_io_password}
|
|
||||||
ghcr.io:
|
|
||||||
username: {from_secret: ghcr_io_username}
|
|
||||||
password: {from_secret: ghcr_io_password}
|
|
||||||
registry.kokuwa.io:
|
registry.kokuwa.io:
|
||||||
username: {from_secret: kokuwa_io_username}
|
username: {from_secret: kokuwa_io_username}
|
||||||
password: {from_secret: kokuwa_io_password}
|
password: {from_secret: kokuwa_io_password}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue