ci: use DOCKER_TOKEN secret for container registry login
All checks were successful
Docker Build / build (push) Successful in 49s
All checks were successful
Docker Build / build (push) Successful in 49s
This commit is contained in:
parent
609f46349b
commit
e8b72e861c
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: git.unfilteredrealm.com
|
registry: git.unfilteredrealm.com
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.DOCKER_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue