Prepend secrets. to our custom vars
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 6s

This commit is contained in:
Konstantin Hintermayer 2024-07-06 22:41:20 +02:00
parent 2bf7193d66
commit 35c671aa98

View File

@ -21,5 +21,5 @@ jobs:
tag: ${{ GITEA_REF }}
tag_with_latest: true
registry: git.kocoder.xyz
username: ${{ CI_RUNNER_USER }}
password: ${{ CI_RUNNER_TOKEN }}
username: ${{ secrets.CI_RUNNER_USER }}
password: ${{ secrets.CI_RUNNER_TOKEN }}