Update .woodpecker.yml
This commit is contained in:
parent
5edd52863e
commit
1549b744ce
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
|
docker-login:
|
||||||
|
image: docker:23.0.6
|
||||||
|
commands:
|
||||||
|
- echo $GITHUB_PAT | docker login ghcr.io -u $GITHUB_USERNAME --password-stdin
|
||||||
|
|
||||||
restore-cache:
|
restore-cache:
|
||||||
image: plugins/cache
|
image: plugins/cache
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue