[backend] fix github actions
This commit is contained in:
parent
975cdee43a
commit
67d5c787c1
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 }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: docker build . -t jhalitaksoy/mancala-backend:$GIT_TAG_NAME
|
run: docker build ./backend/Dockerfile -t jhalitaksoy/mancala-backend:$GIT_TAG_NAME
|
||||||
|
|
||||||
- name: Push the Docker image
|
- name: Push the Docker image
|
||||||
run: docker push jhalitaksoy/mancala-backend:$GIT_TAG_NAME
|
run: docker push jhalitaksoy/mancala-backend:$GIT_TAG_NAME
|
||||||
Loading…
Reference in New Issue
Block a user