Skip to content

Commit 12cfdca

Browse files
committed
fix: path rewrite #32
1 parent 9c4fbc7 commit 12cfdca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ jobs:
4747
- name: Build agent and push
4848
uses: docker/build-push-action@v5
4949
with:
50-
context: /bm-agent
50+
context: ./bm-agent/
5151
platforms: linux/amd64,linux/arm64
5252
push: true
5353
tags: ghkdqhrbals/bm-agent:latest
5454

5555
- name: Build controller and push
5656
uses: docker/build-push-action@v5
5757
with:
58-
context: /bm-controller
58+
context: ./bm-controller/
5959
platforms: linux/amd64,linux/arm64
6060
push: true
6161
tags: ghkdqhrbals/bm-controller:latest

0 commit comments

Comments
 (0)