fix(workflow): fix docker context
Some checks failed
Build and Push Image / Build and push image (push) Failing after 1m3s
Some checks failed
Build and Push Image / Build and push image (push) Failing after 1m3s
This commit is contained in:
parent
70857a6f08
commit
451c2c1a14
@ -48,7 +48,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
build-args: |
|
build-args: |
|
||||||
GOTEMPLATE_VERSION="3.12.0"
|
GOTEMPLATE_VERSION="3.12.0"
|
||||||
context: ${{ }}./misc/docker
|
context: ./misc/docker
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.metabase.outputs.tags }}
|
tags: ${{ steps.metabase.outputs.tags }}
|
||||||
labels: ${{ steps.metabase.outputs.labels }}
|
labels: ${{ steps.metabase.outputs.labels }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user