Skip to content

Commit

Permalink
Always tag to "latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
mopore committed Jul 27, 2023
1 parent d0aa3bb commit 2b4c06c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
with:
context: .
push: true
tags: ${{ secrets.REGISTRY_LOGIN_SERVER }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
# tags: ${{ secrets.REGISTRY_LOGIN_SERVER }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
tags: ${{ secrets.REGISTRY_LOGIN_SERVER }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit 2b4c06c

Please sign in to comment.