Temporarily removed deployment of Docker image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@ -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 ./
|
||||
Reference in New Issue
Block a user