Skip to content

Commit

Permalink
fix(deploy): deploy good production tag to docker hub (#685)
Browse files Browse the repository at this point in the history
Closes #671
  • Loading branch information
antoinezanardi committed Nov 28, 2023
1 parent 507473a commit 135aa63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Checkout GitHub repository 馃摗
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}
fetch-depth: 0
fetch-tags: true

- name: Log in to Docker Hub 馃攼
uses: docker/login-action@v3
Expand Down

0 comments on commit 135aa63

Please sign in to comment.