Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxfsf authored Nov 11, 2023
1 parent f67407a commit b65829f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build the Docker image # push The image to the docker hub
run: docker build backend/ --file backend/Dockerfile --tag $DOCKER_USER/$REPO_NAME:latest
- name: Docker Push
run: docker push $DOCKER_USER/$REPO_NAME:latest
run: docker push --force $DOCKER_USER/$REPO_NAME:latest

# https://render.com/docs/deploy-hooks#using-with-github-actions
- name: Deploy on Render
Expand Down

0 comments on commit b65829f

Please sign in to comment.