diff --git a/.woodpecker.yaml b/.woodpecker.yaml index fc7b474..30657eb 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -11,8 +11,9 @@ steps: image: woodpeckerci/plugin-docker-buildx settings: repo: yaba/api - dockerfile: ./API/YABA.API/Dockerfile + context: ./API/YABA.API + dockerfile: Dockerfile tags: [latest, ${CI_COMMIT_TAG}] - username: ${gitea_yaba_registry_username} - password: ${gitea_yaba_registry_password} + username: $${gitea_yaba_registry_username} + password: $${gitea_yaba_registry_password} registry: https://gitea.iwanaga.moe/cjtibule/YABA/packages \ No newline at end of file