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
1717env :
1818 REGISTRY_IMAGE : hackmdio/hackmd
2525 matrix :
2626 platform :
2727 - linux/amd64
28- # - linux/arm64
28+ - linux/arm64
2929 steps :
3030 -
3131 name : Prepare
4141 uses : docker/metadata-action@v5
4242 with :
4343 images : ${{ env.REGISTRY_IMAGE }}
44- tags :
45- type=match,pattern=\d.\d.\d
46- type=sha
4744 -
4845 name : Set up QEMU
4946 uses : docker/setup-qemu-action@v3
@@ -64,11 +61,11 @@ jobs:
6461 context : .
6562 file : ./deployments/Dockerfile
6663 platforms : ${{ matrix.platform }}
67- tags : ${{ steps.meta.outputs.tags }}
64+ labels : ${{ steps.meta.outputs.labels }}
6865 outputs : type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
6966 build-args : |
70- RUNTIME=${{ github.event.inputs.runtime || 'hackmdio/runtime:16.20.2-58224661 ' }}
71- 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 ' }}
7269 -
7370 name : Export digest
7471 run : |
@@ -105,6 +102,9 @@ jobs:
105102 uses : docker/metadata-action@v5
106103 with :
107104 images : ${{ env.REGISTRY_IMAGE }}
105+ tags : |
106+ type=match,pattern=\d.\d.\d
107+ type=sha,prefix=
108108 -
109109 name : Login to Docker Hub
110110 uses : docker/login-action@v3
0 commit comments