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 e95136f commit a6d40a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: echo "date=$(date +'%Y-%m-%d--%M-%S')" >> $GITHUB_OUTPUT

- 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
run: docker build backend/ --file backend/Dockerfile --tag $DOCKER_USER/$REPO_NAME:2.0
- name: Docker Push
run: docker push $DOCKER_USER/$REPO_NAME:latest
run: docker push $DOCKER_USER/$REPO_NAME:2.0

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

0 comments on commit a6d40a9

Please sign in to comment.