mirror of
https://github.com/Wonderfall/docker-synapse.git
synced 2024-10-01 05:25:37 -04:00
Use GITHUB_TOKEN
This commit is contained in:
parent
e2df1fefe8
commit
ef9ef3eaff
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -41,11 +41,11 @@ 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
|
||||
run: |
|
||||
docker push ghcr.io/wonderfall/synapse
|
||||
docker push ghcr.io/wonderfall/synapse:$(grep -oP '(?<=SYNAPSE_VERSION=).*' Dockerfile | head -c6)
|
||||
docker push ghcr.io/wonderfall/synapse:$(grep -oP '(?<=SYNAPSE_VERSION=).*' Dockerfile | head -c4)
|
||||
docker push ghcr.io/wonderfall/synapse:$(grep -oP '(?<=SYNAPSE_VERSION=).*' Dockerfile | head -c4)
|
||||
|
Loading…
Reference in New Issue
Block a user