Update .woodpecker.yml #16
@@ -119,12 +119,17 @@ steps:
|
|||||||
|
|
||||||
containerize-apps:
|
containerize-apps:
|
||||||
image: woodpeckerci/plugin-docker-buildx:latest
|
image: woodpeckerci/plugin-docker-buildx:latest
|
||||||
|
environment:
|
||||||
|
GITEA_REGISTRY_TOKEN:
|
||||||
|
from_secret: gitea_registry_token
|
||||||
|
GITEA_REGISTRY_USER:
|
||||||
|
from secret: gitea_registry_user
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
set -euf
|
set -euf
|
||||||
cd "${CI_WORKSPACE}"
|
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
|
dotnet restore
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user