We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12be0e2 commit d4024c4Copy full SHA for d4024c4
.github/workflows/build_release.yaml
@@ -181,7 +181,7 @@ jobs:
181
uses: redhat-actions/s2i-build@v2
182
with:
183
path_context: ./server/solr/cores
184
- builder_image: 'https://github.com/bcgov/openshift-solr.git#8.11.2'
+ builder_image: 'ghcr.io/bcgov/openshift-solr/openshift-solr:8.11.2'
185
image: ghcr.io/${{ github.repository }}/aries-vcr-solr
186
tags: ${{ steps.meta.outputs.version }}
187
0 commit comments