From 99e1540eae9648498180d872a81bc3e9eaf388ba Mon Sep 17 00:00:00 2001 From: David Claeys Date: Thu, 1 Aug 2024 09:39:18 +0200 Subject: [PATCH] update action --- .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 5c680cd..e7ac49b 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -30,7 +30,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - type=semver,pattern={{version}} + labels: type=semver,pattern={{version}} - name: Build and push uses: https://github.com/docker/build-push-action@v5 with: