mirror of
https://github.com/tommytran732/Synapse-Docker
synced 2024-11-09 12:21:34 -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