From bb6ad3532d9a83330c4dfffc7c9a8627815cc510 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 20 May 2025 13:49:53 +0200 Subject: [PATCH] fix(workflow): fix gotemplate version --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b49d73c..4150577 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -47,7 +47,7 @@ jobs: uses: docker/build-push-action@v6 with: build-args: | - GOTEMPLATE_VERSION="3.12.0" + GOTEMPLATE_VERSION=3.12.0 context: ./misc/docker push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.metabase.outputs.tags }}