2
0
forked from jmug/cactoide

feat: add new docker tags

This commit is contained in:
Levente Orban
2025-08-27 14:08:52 +02:00
parent 0b86f59fa9
commit 7e6dbf15f9

View File

@@ -48,6 +48,8 @@ jobs:
cache-to: type=gha,mode=max
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME_LC }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME_LC }}:${{ github.sha }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME_LC }}:${{ github.ref_type == 'tag' && github.ref_name || '' }}
labels: |
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}