Skip to content

Commit 0b1c8c4

Browse files
committed
chore: fix docker context
1 parent 0070c7b commit 0b1c8c4

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
@@ -59,8 +59,8 @@ jobs:
5959
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
6060
id: push
6161
with:
62-
context: ./contracts-wizard/packages/ui/api/stellar
63-
file: ./contracts-wizard/packages/ui/api/stellar/Dockerfile.prod
62+
context: ./packages/ui/api/stellar
63+
file: ./packages/ui/api/stellar/Dockerfile.prod
6464
platforms: linux/arm64
6565
push: true
6666
tags: |

0 commit comments

Comments
 (0)