Skip to content

Commit cc5d0d2

Browse files
committed
fixup deploy ci
1 parent 934f765 commit cc5d0d2

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: src/warnet/templates/rpc
43+
context: resources/images/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: src/warnet/templates/rpc
55+
context: resources/images/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)