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
|
- 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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user