fix(workflow): fix gotemplate version
All checks were successful
Build and Push Image / Build and push image (push) Successful in 1m47s

This commit is contained in:
Philippe Caseiro 2025-05-20 13:49:53 +02:00
parent 451c2c1a14
commit bb6ad3532d

View File

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