Update .forgejo/workflows/umami.yml
Some checks failed
Build custom umami / Build (push) Failing after 46s

This commit is contained in:
Kars van Velzen 2025-08-24 16:21:27 +02:00
parent d501e633cd
commit 93183f2e5f

View file

@ -22,7 +22,7 @@ jobs:
with:
registry: git.octubre.be
username: ${{ github.repository_owner }}
password: ${{ secrets.LOGIN_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push image
uses: docker/build-push-action@master