Skip to content

Commit

Permalink
fix: set latest tag on docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Aug 28, 2024
1 parent 53b6765 commit 08fc6cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ jobs:
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.build.outputs.revision }}
tags:
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.build.outputs.revision }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

deploy:
needs: build
Expand Down

0 comments on commit 08fc6cf

Please sign in to comment.