Fixing CI error for Docker image deployment
This commit is contained in:
@ -11,8 +11,9 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: yaba/api
|
repo: yaba/api
|
||||||
dockerfile: ./API/YABA.API/Dockerfile
|
context: ./API/YABA.API
|
||||||
|
dockerfile: Dockerfile
|
||||||
tags: [latest, ${CI_COMMIT_TAG}]
|
tags: [latest, ${CI_COMMIT_TAG}]
|
||||||
username: ${gitea_yaba_registry_username}
|
username: $${gitea_yaba_registry_username}
|
||||||
password: ${gitea_yaba_registry_password}
|
password: $${gitea_yaba_registry_password}
|
||||||
registry: https://gitea.iwanaga.moe/cjtibule/YABA/packages
|
registry: https://gitea.iwanaga.moe/cjtibule/YABA/packages
|
||||||
Reference in New Issue
Block a user