fix(workflow): update build context
Some checks failed
Build and Push Image / Build and push image (push) Failing after 27s

This commit is contained in:
Philippe Caseiro 2025-05-20 13:08:44 +02:00
parent 44d95b140b
commit 64149c75fe

View File

@ -46,8 +46,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
file: ./misc/docker/Dockerfile
context: .
context: ./misc/docker
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.metabase.outputs.tags }}
labels: ${{ steps.metabase.outputs.labels }}