We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317300d commit 3be9f30Copy full SHA for 3be9f30
.github/workflows/BuildDockerOnTag-Prerelease.yml
@@ -38,8 +38,8 @@ jobs:
38
- name: Build and push Hasheous Web Server image
39
uses: docker/build-push-action@v6
40
with:
41
- context: ./hasheous
42
- file: ./docker/Dockerfile
+ context: ./
+ file: ./hasheous/docker/Dockerfile
43
platforms: linux/amd64,linux/arm64
44
push: true
45
tags: |
@@ -48,8 +48,8 @@ jobs:
48
- name: Build and push Hasheous Orchestration Server image
49
50
51
- context: ./service-ochestrator
52
+ file: ./service-orchestrator/docker/Dockerfile
53
54
55
0 commit comments