From 772bd4a7f610b2229340feb85be042f35d5bdce1 Mon Sep 17 00:00:00 2001 From: Alie Date: Sun, 14 Jan 2024 19:33:44 +0100 Subject: [PATCH] add git tag support to build --- .gitea/workflows/02_build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/02_build.yaml b/.gitea/workflows/02_build.yaml index 108e093..80817e8 100644 --- a/.gitea/workflows/02_build.yaml +++ b/.gitea/workflows/02_build.yaml @@ -30,6 +30,7 @@ jobs: tags: | type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} type=ref,event=branch + type=semver,pattern={{raw}} type=sha - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2