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 uses: docker/login-action@v3
with: with:
registry: git.br0tkasten.de registry: git.br0tkasten.de
username: ${{ gitea.actor }} username: ${{ secrets.PACKAGE_USER }}
# access token of the user triggering this action password: ${{ secrets.PACKAGE_TOKEN }}
# 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 }}
- name: Extract metadata (tags, labels) for Docker - name: Extract metadata (tags, labels) for Docker
id: meta id: meta