Skip to content

Commit 7a89db5

Browse files
committed
Updated path to Dockerfile
1 parent ced0b6a commit 7a89db5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.from.master.branch.deploy.to.dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ jobs:
145145
#### Custom s2i builder image for CAS API
146146
- name: Build custom s2i builder image
147147
run: |
148-
docker build -t ghcr.io/${{ env.IMAGE_REGISTRY }}/casinterface-custom-s2i:latest -f ./EDUC-HUB/Dockerfile
148+
cd EDUC-HUB
149+
docker build -t ghcr.io/${{ env.IMAGE_REGISTRY }}/casinterface-custom-s2i:latest .
149150
150151
- name: Login to GitHub Container Registry
151152
uses: docker/login-action@v1

0 commit comments

Comments
 (0)