Use custom runner secrets to push the contianer
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 6s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 6s
This commit is contained in:
parent
4e44a886b7
commit
2bf7193d66
|
@ -21,5 +21,5 @@ jobs:
|
||||||
tag: ${{ GITEA_REF }}
|
tag: ${{ GITEA_REF }}
|
||||||
tag_with_latest: true
|
tag_with_latest: true
|
||||||
registry: git.kocoder.xyz
|
registry: git.kocoder.xyz
|
||||||
username: ${{ vars,GITEA_ACTOR }}
|
username: ${{ CI_RUNNER_USER }}
|
||||||
password: ${{ GITEA_TOKEN }}
|
password: ${{ CI_RUNNER_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user