Fix docker build again

This commit is contained in:
Jai A 2024-10-19 19:42:52 -07:00
parent b3fa2fa6d2
commit 5ea0f7d4c7
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C

View File

@ -40,7 +40,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: ./apps/daedalus
context: ./apps/daedalus_client
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}