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:
|
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 }}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue