From f707c29118faeaeb47d02b1934d930436e50ccb9 Mon Sep 17 00:00:00 2001 From: unocelli Date: Thu, 14 Mar 2024 21:27:23 +0100 Subject: [PATCH] update docker for release --- .github/workflows/docker_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_release.yml b/.github/workflows/docker_release.yml index cb9d650a7..3ec0046e3 100644 --- a/.github/workflows/docker_release.yml +++ b/.github/workflows/docker_release.yml @@ -2,7 +2,7 @@ name: Build and Publish DockerHub release env: app: fuxa - version: 1.1.17 + version: 1.1.18 # for available platforms see output of a previous run - # ie the "Setup Docker BuildX" / "Inspect Builder" section # has eg "node_platforms": "linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6"