another one
This commit is contained in:
parent
1460aa916c
commit
ab3628e039
1 changed files with 3 additions and 3 deletions
|
@ -108,10 +108,10 @@ pipeline:
|
||||||
image: *buildx_plugin_image
|
image: *buildx_plugin_image
|
||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
context: /source
|
context: '/source'
|
||||||
debug: true
|
debug: 'true'
|
||||||
dockerfile: Dockerfile.ci
|
dockerfile: Dockerfile.ci
|
||||||
no_cache: true
|
no_cache: 'true'
|
||||||
platforms: *docker_platforms
|
platforms: *docker_platforms
|
||||||
registry:
|
registry:
|
||||||
from_secret: domain
|
from_secret: domain
|
||||||
|
|
Loading…
Add table
Reference in a new issue