Update .woodpecker.yml

This commit is contained in:
2026-01-14 20:55:26 +00:00
parent b8199a3428
commit 44efa3fa1b

View File

@@ -119,13 +119,12 @@ steps:
containerize-apps:
image: woodpeckerci/plugin-docker-buildx:latest
privileged: true # ← to też może pomóc w niektórych wersjach
privileged: true
commands:
- |
set -euf
cd "${CI_WORKSPACE}"
# Logowanie ręczne (bo nie ma settings)
echo "${GITEA_REGISTRY_TOKEN}" | docker login git.modwad.pl -u "${GITEA_REGISTRY_USER}" --password-stdin
dotnet restore
@@ -175,6 +174,6 @@ steps:
rm -f "${PROJECT_DIR}/Dockerfile.temp"
#echo "Opublikowano: ${FULL_IMAGE}:latest"
echo "Opublikowano: ${FULL_IMAGE}:latest"
done
depends_on: [publish-datamodels-to-baget]