From 6e872da56063e23e39ae65ca9d5aed5b0f939512 Mon Sep 17 00:00:00 2001 From: VladYoSlav Date: Mon, 14 Oct 2024 00:17:57 +0300 Subject: [PATCH] fix: image tags --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ac9506b..cbe8c93 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,6 +34,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # generate Docker tags based on the following events/attributes tags: | + type=ref,event=branch type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}}