mirror of
https://github.com/tommytran732/Synapse-Docker.git
synced 2025-01-01 12:46:13 -05:00
Use GITHUB_TOKEN
This commit is contained in:
parent
e2df1fefe8
commit
ef9ef3eaff
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Docker login
|
||||
run: >-
|
||||
echo "${{ secrets.GHCR_TOKEN }}"
|
||||
echo "${{ secrets.GITHUB_TOKEN }}"
|
||||
| docker login -u "${{ github.actor }}" --password-stdin ghcr.io
|
||||
|
||||
- name: Push image to GitHub
|
||||
|
Loading…
Reference in New Issue
Block a user