fix(workflow): set GOTEMPLATE_VERSION variable
Some checks failed
Build and Push Image / Build and push image (push) Failing after 30s

This commit is contained in:
Philippe Caseiro 2025-05-20 13:19:26 +02:00
parent 8f39a61b5a
commit 70857a6f08

View File

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