Skip to content

Commit 5ce5e2a

Browse files
committed
fix: update buildpack/runtime tag to 16.20.2-35fe7e39
Signed-off-by: Yukai Huang <[email protected]>
1 parent a68054f commit 5ce5e2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
runtime:
99
description: 'Runtime image'
1010
required: true
11-
default: 'hackmdio/runtime:16.20.2-58224661'
11+
default: 'hackmdio/runtime:16.20.2-35fe7e39'
1212
buildpack:
1313
description: 'Buildpack image'
1414
required: true
15-
default: 'hackmdio/buildpack:16.20.2-58224661'
15+
default: 'hackmdio/buildpack:16.20.2-35fe7e39'
1616

1717
env:
1818
REGISTRY_IMAGE: hackmdio/hackmd
@@ -64,8 +64,8 @@ jobs:
6464
labels: ${{ steps.meta.outputs.labels }}
6565
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
6666
build-args: |
67-
RUNTIME=${{ github.event.inputs.runtime || 'hackmdio/runtime:16.20.2-58224661' }}
68-
BUILDPACK=${{ github.event.inputs.buildpack || 'hackmdio/buildpack:16.20.2-58224661' }}
67+
RUNTIME=${{ github.event.inputs.runtime || 'hackmdio/runtime:16.20.2-35fe7e39' }}
68+
BUILDPACK=${{ github.event.inputs.buildpack || 'hackmdio/buildpack:16.20.2-35fe7e39' }}
6969
-
7070
name: Export digest
7171
run: |

0 commit comments

Comments
 (0)