From 8607ca7017e52cef51ce745cb5a2a4d2c212a484 Mon Sep 17 00:00:00 2001 From: Tho Ho Date: Mon, 24 Jun 2024 12:54:03 +0800 Subject: [PATCH] Add 6.0-alpine3.20; remove 6.0-alpine3.18 --- .github/workflows/docker-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9248861..3f969d3 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -14,15 +14,15 @@ jobs: # { ver: "6.0", arch: alpine3.17, matching: "6.0" }, { ver: "6.0", - arch: alpine3.18, + arch: alpine3.19, matching: "6.0", - tags: "6.0-alpine3.18", + tags: "6.0-alpine3.19", }, { ver: "6.0", - arch: alpine3.19, + arch: alpine3.20, matching: "6.0", - tags: "6.0-alpine3.19,6.0-alpine,latest", + tags: "6.0-alpine3.20,6.0-alpine,latest", }, { ver: "6.0",