We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2613057 commit b19b5e0Copy full SHA for b19b5e0
.github/workflows/build_and_promote.yaml
@@ -37,7 +37,7 @@ jobs:
37
uses: redhat-actions/s2i-build@v2
38
with:
39
path_context: '.'
40
- builder_image: ${{ secrets.OPENSHIFT_REPOSITORY }}/openshift/nodejs:10
+ builder_image: ${{ secrets.OPENSHIFT_REPOSITORY }}/openshift/nodejs:16-ubi9
41
image: ${{ secrets.OPENSHIFT_REPOSITORY }}/${{ env.OPENSHIFT_NAMESPACE }}/${{ env.IMAGE_NAME }}
42
tags: ci-latest
43
- name: Push Docker image
0 commit comments