diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 790fcb3..e44c9ba 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -5,6 +5,11 @@ steps: # Étape 1 : Build & Push l'image vers le registre Gitea build-and-publish: image: banzaicloud/kaniko-plugin + environment: + DOCKER_USERNAME: + from_secret: registry_user + DOCKER_PASSWORD: + from_secret: registry_password settings: registry: gitea.213.165.95.242.sslip.io repo: gitea_admin/hello-world