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 }}