Skip to content

Commit 921e63d

Browse files
committed
Ok back to basics
1 parent feb81e7 commit 921e63d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,7 @@ jobs:
145145
#### Custom s2i builder image for CAS API
146146
- name: Build custom s2i builder image
147147
run: |
148-
pwd
149-
ls -la
150-
docker build -t ghcr.io/${{ env.IMAGE_REGISTRY }}/casinterface-custom-s2i:latest .
148+
docker build -t ghcr.io/${{ env.IMAGE_REGISTRY }}/casinterface-custom-s2i:latest ./EDUC-HUB
151149
152150
- name: Login to GitHub Container Registry
153151
uses: docker/login-action@v1

0 commit comments

Comments
 (0)