Skip to content

Commit c4b1846

Browse files
authored
Merge pull request bitcoin-dev-project#416 from willcl-ark/fix-deploy
2 parents ddc96b6 + 29ed943 commit c4b1846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
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: .
43+
context: src/warnet/templates/rpc
4444
push: true
4545
tags: ${{ steps.meta.outputs.tags }}
4646
labels: ${{ steps.meta.outputs.labels }}
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
file: resources/images/rpc/Dockerfile_dev
5454
platforms: linux/amd64,linux/arm64
55-
context: .
55+
context: src/warnet/templates/rpc
5656
push: true
5757
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_RPC_REPO }}:dev
5858
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)