From 9387669acd725738c3aa672680496269a85b6d09 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Thu, 1 Aug 2024 11:03:12 +0200 Subject: [PATCH] update docker build --- .gitea/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index d7ba4bf..89ff584 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -32,7 +32,7 @@ jobs: with: images: git.claeyscloud.com/david/epg-info tags: | - type=raw + type=semver,pattern={{raw}} type=sha - name: Build and push uses: https://github.com/docker/build-push-action@v5