fix(workflow): fix docker context
Some checks failed
Build and Push Image / Build and push image (push) Failing after 1m3s

This commit is contained in:
Philippe Caseiro 2025-05-20 13:34:34 +02:00
parent 70857a6f08
commit 451c2c1a14

View File

@ -48,7 +48,7 @@ jobs:
with:
build-args: |
GOTEMPLATE_VERSION="3.12.0"
context: ${{ }}./misc/docker
context: ./misc/docker
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.metabase.outputs.tags }}
labels: ${{ steps.metabase.outputs.labels }}