From 5ce5e2ac9617da00886bec8407d00be26b81c1f7 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Fri, 5 Jan 2024 13:43:48 +0800 Subject: [PATCH] fix: update buildpack/runtime tag to 16.20.2-35fe7e39 Signed-off-by: Yukai Huang --- .github/workflows/push-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push-image.yml b/.github/workflows/push-image.yml index a505b86f4..0d46e9e88 100644 --- a/.github/workflows/push-image.yml +++ b/.github/workflows/push-image.yml @@ -8,11 +8,11 @@ on: runtime: description: 'Runtime image' required: true - default: 'hackmdio/runtime:16.20.2-58224661' + default: 'hackmdio/runtime:16.20.2-35fe7e39' buildpack: description: 'Buildpack image' required: true - default: 'hackmdio/buildpack:16.20.2-58224661' + default: 'hackmdio/buildpack:16.20.2-35fe7e39' env: REGISTRY_IMAGE: hackmdio/hackmd @@ -64,8 +64,8 @@ jobs: labels: ${{ steps.meta.outputs.labels }} outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true build-args: | - RUNTIME=${{ github.event.inputs.runtime || 'hackmdio/runtime:16.20.2-58224661' }} - BUILDPACK=${{ github.event.inputs.buildpack || 'hackmdio/buildpack:16.20.2-58224661' }} + RUNTIME=${{ github.event.inputs.runtime || 'hackmdio/runtime:16.20.2-35fe7e39' }} + BUILDPACK=${{ github.event.inputs.buildpack || 'hackmdio/buildpack:16.20.2-35fe7e39' }} - name: Export digest run: |