mirror of https://github.com/usual2970/certimate
v0.2.6
parent
ec6f10053a
commit
97f334b5ab
|
@ -53,6 +53,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
export const version = "Certimate v0.2.5";
|
export const version = "Certimate v0.2.6";
|
||||||
|
|
Loading…
Reference in New Issue