Skip to content

Commit 3cef078

Browse files
committed
ci: correct production deploy context
1 parent 855e6ee commit 3cef078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
file: resources/images/rpc/Dockerfile_prod
4242
platforms: linux/amd64,linux/arm64
43-
context: resources/images/rpc
43+
context: .
4444
push: true
4545
tags: ${{ steps.meta.outputs.tags }}
4646
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)