fix(workflow): set GOTEMPLATE_VERSION variable
Some checks failed
Build and Push Image / Build and push image (push) Failing after 30s
Some checks failed
Build and Push Image / Build and push image (push) Failing after 30s
This commit is contained in:
parent
8f39a61b5a
commit
70857a6f08
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user