fix escaping
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/build-container Pipeline failed Details
ci/woodpecker/push/docs unknown status Details
ci/woodpecker/push/notify Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2023-11-26 13:29:44 +01:00
parent 6621f485b2
commit 58d8034780
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 3 additions and 4 deletions

View File

@ -11,8 +11,7 @@ steps:
settings: settings:
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 +40,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 +61,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]