Skip to content

Commit

Permalink
fix: update buildpack/runtime tag to 16.20.2-35fe7e39
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukaii committed Jan 5, 2024
1 parent a68054f commit 7fc4c26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 7fc4c26

Please sign in to comment.