Fixed Dockerfile path
This commit is contained in:
@ -13,8 +13,7 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: yaba/api
|
repo: yaba/api
|
||||||
context: ./API/YABA.API
|
dockerfile: ./API/YABA.API/Dockerfile
|
||||||
dockerfile: Dockerfile
|
|
||||||
tags: ${CI_COMMIT_TAG}
|
tags: ${CI_COMMIT_TAG}
|
||||||
username: ${gitea_yaba_registry_username}
|
username: ${gitea_yaba_registry_username}
|
||||||
password: ${gitea_yaba_registry_password}
|
password: ${gitea_yaba_registry_password}
|
||||||
|
|||||||
Reference in New Issue
Block a user