build: update Dockerfile path in deploy workflow
All checks were successful
All checks were successful
This commit is contained in:
parent
4f377e1e87
commit
25b7e90517
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build Image
|
||||
run: docker buildx build -f .docker/Dockerfile -t git.kjan.de/SZUT/casino-backend:latest .
|
||||
run: docker buildx build -f backend/.docker/Dockerfile -t git.kjan.de/SZUT/casino-backend:latest backend
|
||||
- name: Login
|
||||
run: echo ${DOCKER_PASS} | docker login git.kjan.de --username ${DOCKER_USER} --password-stdin
|
||||
- name Push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue