Fix docker build again
This commit is contained in:
parent
b3fa2fa6d2
commit
5ea0f7d4c7
2
.github/workflows/daedalus-docker.yml
vendored
2
.github/workflows/daedalus-docker.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ./apps/daedalus
|
context: ./apps/daedalus_client
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user