This commit is contained in:
yoan 2024-10-22 07:31:47 +08:00
parent ec6f10053a
commit 97f334b5ab
2 changed files with 3 additions and 2 deletions

View File

@ -53,6 +53,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.meta.outputs.tags }}

View File

@ -1 +1 @@
export const version = "Certimate v0.2.5";
export const version = "Certimate v0.2.6";