Introduce gitea-actions to automatically build this container #8

Merged
Kocoder merged 47 commits from gitea-actions into main 2024-08-04 21:06:54 +00:00
Showing only changes of commit 2bf7193d66 - Show all commits

View File

@@ -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 }}