Skip to content

Commit 3ce5338

Browse files
committed
Fixed syntax
1 parent 17e99a0 commit 3ce5338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156

157157
- name: Push custom s2i builder image
158158
run: |
159-
docker push ${{ env.IMAGE_REGISTRY }}/casinterface-custom-s2i:latest
159+
docker push ghcr.io/${{ env.IMAGE_REGISTRY }}/casinterface-custom-s2i:latest
160160
#### End of custom s2i builder image for CAS API
161161
- name: Setup and Build cas api
162162
id: build-image-cas

0 commit comments

Comments
 (0)