Update .woodpecker.yml
This commit is contained in:
parent
6e2d4c614f
commit
b20d6f3289
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,12 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
docker-login:
|
debug-env:
|
||||||
image: docker:23.0.6
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo "Username set: ${GITHUB_USERNAME:+yes}"
|
||||||
|
- echo "Token set: ${GITHUB_PAT:+yes}"
|
||||||
|
|
||||||
|
ghcr-login:
|
||||||
|
image: docker:cli
|
||||||
environment:
|
environment:
|
||||||
- GITHUB_PAT
|
- GITHUB_PAT
|
||||||
- GITHUB_USERNAME
|
- GITHUB_USERNAME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue