We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf8f0a commit 0070c7bCopy full SHA for 0070c7b
.github/workflows/docker-stg.yaml
@@ -59,8 +59,8 @@ jobs:
59
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
60
id: push
61
with:
62
- context: ./packages/ui/api/stellar
63
- file: Dockerfile.prod
+ context: ./contracts-wizard/packages/ui/api/stellar
+ file: ./contracts-wizard/packages/ui/api/stellar/Dockerfile.prod
64
platforms: linux/arm64
65
push: true
66
tags: |
0 commit comments