Skip to content

Commit 68a9635

Browse files
committed
chore: fix docker context
1 parent 5e28762 commit 68a9635

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-stg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
8585
id: push
8686
with:
87-
context: packages/ui/api/stellar
88-
file: Dockerfile.prod
87+
context: ./contracts-wizard
88+
file: ./contracts-wizard/packages/ui/api/stellar/Dockerfile.prod
8989
platforms: linux/arm64
9090
push: true
9191
tags: |

0 commit comments

Comments
 (0)