Update .forgejo/workflows/build.yml
All checks were successful
Build and push image / build (push) Successful in 41s

This commit is contained in:
fej 2026-05-09 10:34:17 +02:00
parent 252e2b2b5c
commit 492da39dea

View file

@ -35,7 +35,7 @@ jobs:
- name: Login to Forgejo registry - name: Login to Forgejo registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.example.com registry: forge.jannis.wtf
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}