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

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

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]