1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-16 07:07:26 +00:00

Fix substitution

This commit is contained in:
Steffo 2021-10-20 16:52:22 +02:00 committed by GitHub
parent 2e9b0474fb
commit 23bef84b81

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: echo ${{ GITHUB_TOKEN }} | docker login ghcr.io -u Steffo99 --password-stdin
- run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u Steffo99 --password-stdin
- run: docker build ./backend --tag ghcr.io/steffo99/sophon-backend:latest
- run: docker push ghcr.io/steffo99/sophon-backend:latest
build-frontend: