fix
This commit is contained in:
parent
39dcae3a81
commit
8ac21ec362
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 .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 .
|
||||
|
||||
- name: Login
|
||||
uses: https://git.simonis.lol/actions/login@v1
|
||||
|
|
Reference in a new issue