mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
Fix substitution everywhere
This commit is contained in:
parent
23bef84b81
commit
583d65c2e2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-docker-images.yml
vendored
4
.github/workflows/build-docker-images.yml
vendored
|
@ -18,13 +18,13 @@ 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 ./frontend --tag ghcr.io/steffo99/sophon-frontend:latest
|
||||
- run: docker push ghcr.io/steffo99/sophon-frontend:latest
|
||||
build-proxy:
|
||||
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 ./proxy --tag ghcr.io/steffo99/sophon-proxy:latest
|
||||
- run: docker push ghcr.io/steffo99/sophon-proxy:latest
|
||||
|
|
Loading…
Reference in a new issue