Skip to content

Commit

Permalink
chore: update node base image for release
Browse files Browse the repository at this point in the history
  • Loading branch information
o-liver authored Oct 10, 2024
1 parent f505a39 commit c07e866
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
base-image-tag: [16-bullseye, 18-bullseye, 16-bookworm, 18-bookworm, 20-bookworm]
base-image-tag: [18-bullseye, 18-bookworm, 20-bookworm, 22-bookworm]
steps:
- uses: actions/checkout@v3
- name: Determine Java version
Expand Down Expand Up @@ -48,15 +48,15 @@ jobs:
docker tag ppiper/node-browsers:${{ env.PIPER_version }}-${{ matrix.base-image-tag }} ghcr.io/sap/ppiper-node-browsers:${{ env.PIPER_version }}-${{ matrix.base-image-tag }}
docker push ppiper/node-browsers:${{ env.PIPER_version }}-${{ matrix.base-image-tag }}
docker push ghcr.io/sap/ppiper-node-browsers:${{ env.PIPER_version }}-${{ matrix.base-image-tag }}
- name: Tag and push node 20 image
if: ${{ matrix.base-image-tag == '20-bookworm' }}
- name: Tag and push node 22 image
if: ${{ matrix.base-image-tag == '22-bookworm' }}
run: |
docker tag ppiper/node-browsers:${{ env.PIPER_version }}-${{ matrix.base-image-tag }} ppiper/node-browsers:${{ env.PIPER_version }}
docker tag ghcr.io/sap/ppiper-node-browsers:${{ env.PIPER_version }}-${{ matrix.base-image-tag }} ghcr.io/sap/ppiper-node-browsers:${{ env.PIPER_version }}
docker push ppiper/node-browsers:${{ env.PIPER_version }}
docker push ghcr.io/sap/ppiper-node-browsers:${{ env.PIPER_version }}
- uses: SAP/project-piper-action@master
if: ${{ matrix.base-image-tag == '20-bookworm' }}
if: ${{ matrix.base-image-tag == '22-bookworm' }}
with:
piper-version: latest
command: githubPublishRelease
Expand Down

0 comments on commit c07e866

Please sign in to comment.