feat: publish to tag "latest"

This commit is contained in:
2026-05-26 21:36:22 +00:00
parent 10abe4a31f
commit a19073d1f0
2 changed files with 14 additions and 1 deletions
+3 -1
View File
@@ -71,7 +71,9 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ env.IMAGE_NAME }}:${{ env.VERSION }}
tags: |
${{ env.IMAGE_NAME }}:${{ env.VERSION }}
${{ env.IMAGE_NAME }}:latest
labels: |
org.opencontainers.image.source=https://github.com/${{ github.repository }}
org.opencontainers.image.revision=${{ github.sha }}