Skip to content

Commit 3be9f30

Browse files
Update BuildDockerOnTag-Prerelease.yml
1 parent 317300d commit 3be9f30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/BuildDockerOnTag-Prerelease.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Build and push Hasheous Web Server image
3939
uses: docker/build-push-action@v6
4040
with:
41-
context: ./hasheous
42-
file: ./docker/Dockerfile
41+
context: ./
42+
file: ./hasheous/docker/Dockerfile
4343
platforms: linux/amd64,linux/arm64
4444
push: true
4545
tags: |
@@ -48,8 +48,8 @@ jobs:
4848
- name: Build and push Hasheous Orchestration Server image
4949
uses: docker/build-push-action@v6
5050
with:
51-
context: ./service-ochestrator
52-
file: ./docker/Dockerfile
51+
context: ./
52+
file: ./service-orchestrator/docker/Dockerfile
5353
platforms: linux/amd64,linux/arm64
5454
push: true
5555
tags: |

0 commit comments

Comments
 (0)