From 02d912b6fc7e61643d7f94c9c15eed1ff956fc4b Mon Sep 17 00:00:00 2001 From: David Claeys Date: Tue, 27 Jan 2026 11:54:03 +0100 Subject: [PATCH] change metadata extraction --- .gitea/workflows/action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 2ec01b9..7a19559 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -41,10 +41,11 @@ jobs: org.opencontainers.image.documentation=https://git.claeyscloud.com/david/hyperion-docker images: | git.claeyscloud.com/david/hyperion-docker + flavor: | + latest=true tags: | - type=semver,pattern={{raw}} - type=sha - type=ref,event=tag + type=semver,pattern={{raw}} + type=sha - name: Build and push uses: https://github.com/docker/build-push-action@v5 with: