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 - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
file: ./misc/docker/Dockerfile context: ./misc/docker
context: .
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 }}