From 80ddd47ac688564f4c8c2ca763b11c57b7e1dc8e Mon Sep 17 00:00:00 2001 From: David Claeys Date: Mon, 13 Jul 2026 09:25:19 +0200 Subject: [PATCH] fix build pipeline --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 3d853f9..730d04e 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -93,7 +93,7 @@ jobs: images: | git.claeyscloud.com/david/net-base tags: | - type=raw,value=${{ inputs.branch }} + type=raw,value=${{ inputs.branch }} type=raw,value=latest,enable=${{ steps.variables.outputs.IS_LATEST == 'true' }} - name: Generate random password for certificate id: password