fix
This commit is contained in:
parent
8ac21ec362
commit
db7bf14113
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
uses: https://git.simonis.lol/actions/checkout@v4
|
||||
|
||||
- name: Build
|
||||
run: docker buildx build -f frontend/.docker/Dockerfile -t git.simonis.lol/projects/casino-frontend:latest .
|
||||
run: docker buildx build -f frontend/.docker/Dockerfile -t git.simonis.lol/projects/casino-frontend:latest frontend
|
||||
|
||||
- name: Login
|
||||
uses: https://git.simonis.lol/actions/login@v1
|
||||
|
|
Reference in a new issue