[backend] fix github actions

This commit is contained in:
Halit Aksoy 2024-06-17 00:36:59 +03:00
parent 67d5c787c1
commit aa66d2fb22

View File

@ -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 ./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 - name: Push the Docker image
run: docker push jhalitaksoy/mancala-backend:$GIT_TAG_NAME run: docker push jhalitaksoy/mancala-backend:$GIT_TAG_NAME