Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope authored Aug 3, 2023
1 parent a0fa909 commit d757892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
file: ./Dockerfile.prod
push: true
tags: |
${{ secrets.DOCKER_HUB_REPOSITORY }}:latest
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
file: ./Dockerfile.prod
push: true
tags: |
${{ secrets.DOCKER_HUB_REPOSITORY }}:${{ env.VERSION }}
Expand Down

1 comment on commit d757892

@vercel
Copy link

@vercel vercel bot commented on d757892 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.