Update .woodpecker.yml

This commit is contained in:
2026-01-14 21:10:23 +00:00
parent 6a18dcf42a
commit 0626f980c9

View File

@@ -119,12 +119,17 @@ steps:
containerize-apps:
image: woodpeckerci/plugin-docker-buildx:latest
environment:
GITEA_REGISTRY_TOKEN:
from_secret: gitea_registry_token
GITEA_REGISTRY_USER:
from secret: gitea_registry_user
commands:
- |
set -euf
cd "${CI_WORKSPACE}"
echo "${gitea_registry_token}" | docker login git.modwad.pl -u "${gitea_registry_user}" --password-stdin
echo "$GITEA_REGISTRY_TOKEN" | docker login git.modwad.pl -u "$GITEA_REGISTRY_USER" --password-stdin
dotnet restore