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:25:39 +01:00
parent 8e85a944ae
commit 541eddb2d7
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ steps:
username:
from_secret: docker_username
cache_from:
- 'type=local\\,dest=oci/${CI_REPO_NAME}'
- type=local\,dest=oci/${CI_REPO_NAME}
when:
- event: [tag]
- event: [push, manual]