Skip to content

Commit 0070c7b

Browse files
committed
chore: fix docker context
1 parent 4cf8f0a commit 0070c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-stg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
6060
id: push
6161
with:
62-
context: ./packages/ui/api/stellar
63-
file: Dockerfile.prod
62+
context: ./contracts-wizard/packages/ui/api/stellar
63+
file: ./contracts-wizard/packages/ui/api/stellar/Dockerfile.prod
6464
platforms: linux/arm64
6565
push: true
6666
tags: |

0 commit comments

Comments
 (0)