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:26:19 +01:00
parent 541eddb2d7
commit 687440cf85
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]