fix(workflow): fix gotemplate version
All checks were successful
Build and Push Image / Build and push image (push) Successful in 1m47s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 1m47s
This commit is contained in:
parent
451c2c1a14
commit
bb6ad3532d
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user