wip: ci
All checks were successful
Release CI action / build-and-push-container (push) Successful in 1m0s

This commit is contained in:
2024-12-02 13:18:55 +01:00
parent 0ae9d04c26
commit 174216f998
2 changed files with 10 additions and 7 deletions

View File

@ -16,8 +16,9 @@ jobs:
- name: login
uses: docker/login-action@v3
with:
# NOTE: See https://gitea.com/gitea/docs/pulls/77/files
registry: git.gtz.dk
username: ${{ gitea.actor }}
password: ${{ secrets.CI_TOKEN }}
password: ${{ secrets.PACKAGE_TOKEN }}
- name: push container
run: docker push git.gtz.dk/${{ gitea.repository }}:latest