Skip to content

Commit

Permalink
use version tag in addition to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Jul 15, 2024
1 parent 0bbc224 commit 61b48bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
tags:
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit 61b48bb

Please sign in to comment.