From 44de1f5ecf59bd900e2310efd48d9ede2e870fbc Mon Sep 17 00:00:00 2001 From: David Claeys Date: Thu, 1 Aug 2024 10:39:17 +0200 Subject: [PATCH] update docker build --- .gitea/workflows/action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 3e96851..89ff584 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -32,10 +32,7 @@ jobs: with: images: git.claeyscloud.com/david/epg-info tags: | - type=ref,event=branch - type=ref,event=pr - type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} + type=semver,pattern={{raw}} type=sha - name: Build and push uses: https://github.com/docker/build-push-action@v5