diff --git a/.gitea/workflows/publish-docker.yml b/.gitea/workflows/publish-docker.yml index 60ee8e8..e3c8824 100644 --- a/.gitea/workflows/publish-docker.yml +++ b/.gitea/workflows/publish-docker.yml @@ -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