Prepend secrets. to our custom vars
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
2bf7193d66
commit
35c671aa98
|
@ -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: ${{ CI_RUNNER_USER }}
|
username: ${{ secrets.CI_RUNNER_USER }}
|
||||||
password: ${{ CI_RUNNER_TOKEN }}
|
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user