mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
Fix substitution
This commit is contained in:
parent
2e9b0474fb
commit
23bef84b81
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docker-images.yml
vendored
2
.github/workflows/build-docker-images.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue