[backend] fix github actions
This commit is contained in:
parent
67d5c787c1
commit
aa66d2fb22
2
.github/workflows/build-and-deploy.yaml
vendored
2
.github/workflows/build-and-deploy.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build the Docker image
|
||||
run: docker build ./backend/Dockerfile -t jhalitaksoy/mancala-backend:$GIT_TAG_NAME
|
||||
run: docker build ./backend -t jhalitaksoy/mancala-backend:$GIT_TAG_NAME
|
||||
|
||||
- name: Push the Docker image
|
||||
run: docker push jhalitaksoy/mancala-backend:$GIT_TAG_NAME
|
||||
Loading…
Reference in New Issue
Block a user