Create seperate token
All checks were successful
Build custom umami / Build (push) Successful in 7m51s

This commit is contained in:
Kars van Velzen 2025-08-26 00:15:04 +02:00
parent 45695bd929
commit f8207bdb0f

View file

@ -47,7 +47,7 @@ jobs:
with: with:
registry: git.octubre.be registry: git.octubre.be
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.PACKAGES_TOKEN }}
- name: Build and push image - name: Build and push image
env: env:
@ -60,9 +60,6 @@ jobs:
build-args: | build-args: |
DATABASE_TYPE=postgresql DATABASE_TYPE=postgresql
BASE_PATH=/stats BASE_PATH=/stats
registry: git.octubre.be
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}