Skip to content

Commit 7174e43

Browse files
authored
fix: index server image push issue (#13)
Signed-off-by: jingfu wang <[email protected]>
1 parent 0443f20 commit 7174e43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pushimage-next.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
registry: quay.io
2626
username: ${{ secrets.QUAY_USERNAME }}
2727
password: ${{ secrets.QUAY_PASSWORD }}
28-
- name: Build the registry metadata image
29-
run: cd oci-devfile-registry-metadata && ./build.sh
30-
- name: Push the registry metadata image
31-
run: cd oci-devfile-registry-metadata && ./push.sh quay.io/devfile/devfile-index-base:next
28+
- name: Build the index server base image
29+
run: cd index/server && ./build.sh
30+
- name: Push the index server base image
31+
run: cd index/server && ./push.sh quay.io/devfile/devfile-index-base:next

0 commit comments

Comments
 (0)