Skip to content

Commit

Permalink
chore: build :latest docker tag in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanorosanelli committed Oct 7, 2024
1 parent e8c0c1f commit b3c454c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ jobs:
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ needs.release_job.outputs.version }}
tags: |
${{ env.REGISTRY }}/${{ github.repository }}:${{ needs.release_job.outputs.version }}
${{ env.REGISTRY }}/${{ github.repository }}:latest

0 comments on commit b3c454c

Please sign in to comment.