We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e28762 commit 68a9635Copy full SHA for 68a9635
1 file changed
.github/workflows/docker-stg.yaml
@@ -84,8 +84,8 @@ jobs:
84
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
85
id: push
86
with:
87
- context: packages/ui/api/stellar
88
- file: Dockerfile.prod
+ context: ./contracts-wizard
+ file: ./contracts-wizard/packages/ui/api/stellar/Dockerfile.prod
89
platforms: linux/arm64
90
push: true
91
tags: |
0 commit comments