From 7e6dbf15f9da79e99fa2f3534b1bd21adc325f29 Mon Sep 17 00:00:00 2001 From: Levente Orban Date: Wed, 27 Aug 2025 14:08:52 +0200 Subject: [PATCH] feat: add new docker tags --- .github/workflows/build-and-push.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index c49af5c..82c3f34 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -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 }}