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:
|
||||
docker-login:
|
||||
image: docker:23.0.6
|
||||
debug-env:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Username set: ${GITHUB_USERNAME:+yes}"
|
||||
- echo "Token set: ${GITHUB_PAT:+yes}"
|
||||
|
||||
ghcr-login:
|
||||
image: docker:cli
|
||||
environment:
|
||||
- GITHUB_PAT
|
||||
- GITHUB_USERNAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue