mirror of
https://github.com/Wonderfall/docker-synapse.git
synced 2025-05-13 03:42:22 -04:00
Use GITHUB_TOKEN
This commit is contained in:
parent
e2df1fefe8
commit
ef9ef3eaff
1 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
|
|
||||||
- name: Docker login
|
- name: Docker login
|
||||||
run: >-
|
run: >-
|
||||||
echo "${{ secrets.GHCR_TOKEN }}"
|
echo "${{ secrets.GITHUB_TOKEN }}"
|
||||||
| docker login -u "${{ github.actor }}" --password-stdin ghcr.io
|
| docker login -u "${{ github.actor }}" --password-stdin ghcr.io
|
||||||
|
|
||||||
- name: Push image to GitHub
|
- name: Push image to GitHub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue