fix(workflow): update build context
Some checks failed
Build and Push Image / Build and push image (push) Failing after 27s
Some checks failed
Build and Push Image / Build and push image (push) Failing after 27s
This commit is contained in:
parent
44d95b140b
commit
64149c75fe
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user