From b5d6fc83f63323ee12530cd2ef88a17b6ef54578 Mon Sep 17 00:00:00 2001 From: Volker Date: Thu, 25 Dec 2025 23:10:49 +0100 Subject: [PATCH 1/2] add architecture information to image --- .github/workflows/docker-publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0e157db..14cb95a 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -56,8 +56,7 @@ jobs: with: context: . target: final + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max From 49473a4bc60eed69f56e37f4bf957053151a7644 Mon Sep 17 00:00:00 2001 From: Volker Date: Thu, 25 Dec 2025 23:11:09 +0100 Subject: [PATCH 2/2] version bump 1.0.2 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7f20734..e6d5cb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file