Introduce gitea-actions to automatically build this container #8
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user