Create seperate token
All checks were successful
Build custom umami / Build (push) Successful in 7m51s
All checks were successful
Build custom umami / Build (push) Successful in 7m51s
This commit is contained in:
parent
45695bd929
commit
f8207bdb0f
1 changed files with 1 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
with:
|
||||
registry: git.octubre.be
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||
|
||||
- name: Build and push image
|
||||
env:
|
||||
|
|
@ -60,9 +60,6 @@ jobs:
|
|||
build-args: |
|
||||
DATABASE_TYPE=postgresql
|
||||
BASE_PATH=/stats
|
||||
registry: git.octubre.be
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue