Skip to content

Commit 1c503ca

Browse files
committed
fix: add . prefix : #32
1 parent 6de3c25 commit 1c503ca

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,7 +47,7 @@ jobs:
4747
- name: Build and push - controller
4848
uses: docker/build-push-action@v5
4949
with:
50-
file: /bm-controller/Dockerfile
50+
file: ./bm-controller/Dockerfile
5151
push: true
5252
tags: ${{ secrets.DOCKERHUB_USERNAME }}/bm-controller:latest
5353
platforms: |
@@ -57,7 +57,7 @@ jobs:
5757
- name: Build and push - agent
5858
uses: docker/build-push-action@v5
5959
with:
60-
file: /bm-agent/Dockerfile
60+
file: ./bm-agent/Dockerfile
6161
push: true
6262
tags: ${{ secrets.DOCKERHUB_USERNAME }}/bm-agent:latest
6363
platforms: |

0 commit comments

Comments
 (0)