Attempting to fix error authentication to container
This commit is contained in:
@ -16,6 +16,6 @@ steps:
|
|||||||
context: ./API/YABA.API
|
context: ./API/YABA.API
|
||||||
dockerfile: 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}
|
||||||
registry: https://gitea.iwanaga.moe/cjtibule/YABA/packages
|
registry: https://gitea.iwanaga.moe/cjtibule/YABA/packages
|
||||||
Reference in New Issue
Block a user