Fix build workflow
All checks were successful
Build / build (push) Successful in 2m6s

This commit is contained in:
Moritz Ruth 2025-02-28 23:20:25 +01:00
parent 444e1c8bec
commit 05d3d5bf16
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D

View file

@ -24,8 +24,8 @@ jobs:
uses: "https://code.forgejo.org/docker/login-action@v3"
with:
registry: "git.moritzruth.de"
username: "${{ github.actor }}"
password: "${{ github.token }}"
username: "moritzruth"
password: "${{ secrets.PACKAGES_TOKEN }}"
- name: "Build and push the container image"
uses: "https://code.forgejo.org/docker/build-push-action@v6"