Skip to content

Commit b19b5e0

Browse files
authored
NOBUG fix build to use node 16 (#752)
1 parent 2613057 commit b19b5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_promote.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: redhat-actions/s2i-build@v2
3838
with:
3939
path_context: '.'
40-
builder_image: ${{ secrets.OPENSHIFT_REPOSITORY }}/openshift/nodejs:10
40+
builder_image: ${{ secrets.OPENSHIFT_REPOSITORY }}/openshift/nodejs:16-ubi9
4141
image: ${{ secrets.OPENSHIFT_REPOSITORY }}/${{ env.OPENSHIFT_NAMESPACE }}/${{ env.IMAGE_NAME }}
4242
tags: ci-latest
4343
- name: Push Docker image

0 commit comments

Comments
 (0)