Temporarily removed deployment of Docker image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-03-21 23:13:50 -05:00
parent fd2246391c
commit 433a8d78a4

View File

@ -3,20 +3,4 @@ steps:
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet build ./API
- dotnet test ./
- name: DeployAPIDockerImage
when:
- event: tag
secrets: [auth0_iwanagadev_clientid, auth0_iwanagadev_clientsecret, auth0_iwanagadev_domain, auth0_iwanagadev_identifier, yabadev_roconnectionstring, yabadev_rwconnectionstring, gitea_yaba_registry_username, gitea_yaba_registry_password]
image: woodpeckerci/plugin-docker-buildx
settings:
repo: yaba/api
dockerfile: ./API/YABA.API/Dockerfile
tags: [latest, ${CI_COMMIT_TAG}]
username: ${gitea_yaba_registry_username}
password: ${gitea_yaba_registry_password}
registry: https://gitea.iwanaga.moe/cjtibule/YABA/packages
- dotnet test ./