Update .woodpecker.yml

This commit is contained in:
root 2025-06-07 01:10:12 +01:00
parent 6e2d4c614f
commit b20d6f3289

View file

@ -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