fix escaping
This commit is contained in:
parent
4465580694
commit
6621f485b2
@ -12,7 +12,7 @@ steps:
|
|||||||
containerfile: Containerfile
|
containerfile: Containerfile
|
||||||
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
|
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
|
||||||
cache_to:
|
cache_to:
|
||||||
- type=local\,dest=oci/${CI_REPO_NAME}
|
- type=local,dest=oci/${CI_REPO_NAME}
|
||||||
repo: thegeeklab/${CI_REPO_NAME}
|
repo: thegeeklab/${CI_REPO_NAME}
|
||||||
|
|
||||||
security-scan:
|
security-scan:
|
||||||
@ -41,7 +41,7 @@ steps:
|
|||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
cache_from:
|
cache_from:
|
||||||
- type=local\,dest=oci/${CI_REPO_NAME}
|
- type=local,dest=oci/${CI_REPO_NAME}
|
||||||
when:
|
when:
|
||||||
- event: [tag]
|
- event: [tag]
|
||||||
- event: [push, manual]
|
- event: [push, manual]
|
||||||
@ -62,7 +62,7 @@ steps:
|
|||||||
username:
|
username:
|
||||||
from_secret: quay_username
|
from_secret: quay_username
|
||||||
cache_from:
|
cache_from:
|
||||||
- type=local\,dest=oci/${CI_REPO_NAME}
|
- type=local,dest=oci/${CI_REPO_NAME}
|
||||||
when:
|
when:
|
||||||
- event: [tag]
|
- event: [tag]
|
||||||
- event: [push, manual]
|
- event: [push, manual]
|
||||||
|
Loading…
Reference in New Issue
Block a user