From 70857a6f08c9e17686024bb71a84988811c14353 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 20 May 2025 13:19:26 +0200 Subject: [PATCH] fix(workflow): set GOTEMPLATE_VERSION variable --- .gitea/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0b2635f..1c2d8e0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -46,7 +46,9 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: - context: ./misc/docker + build-args: | + GOTEMPLATE_VERSION="3.12.0" + context: ${{ }}./misc/docker push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.metabase.outputs.tags }} labels: ${{ steps.metabase.outputs.labels }}