feat: moved repository to apps org, updated ci pipeline credentials
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 48s

This commit is contained in:
2026-01-17 19:51:34 +01:00
parent b7a4676fc7
commit 5ca0cfb0b5

View File

@@ -18,11 +18,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.br0tkasten.de
username: ${{ gitea.actor }}
# access token of the user triggering this action
# in gitea -> user settings -> applications -> new token -> write:packages and write:repositories
# then in gitea -> user settings -> actions -> secrets -> add new secret named "TOKEN" with the value of the access token.
password: ${{ secrets.TOKEN }}
username: ${{ secrets.PACKAGE_USER }}
password: ${{ secrets.PACKAGE_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta