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:
@ -4,19 +4,3 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- dotnet build ./API
|
- dotnet build ./API
|
||||||
- dotnet test ./
|
- 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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user