From e37d806141ca9a794a5fe53f7f4ccb8b0feacd09 Mon Sep 17 00:00:00 2001 From: engigu Date: Thu, 12 Feb 2026 16:32:32 +0800 Subject: [PATCH] fix: remove apline image --- .github/workflows/docker-amd64.yml | 8 ++++---- .github/workflows/docker-arm64.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker-amd64.yml b/.github/workflows/docker-amd64.yml index 8f5b081..a71599e 100644 --- a/.github/workflows/docker-amd64.yml +++ b/.github/workflows/docker-amd64.yml @@ -14,14 +14,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - base_type: [debian, alpine, debian13] + base_type: [debian, debian13] include: - base_type: debian base_tag: base tag_suffix: "" - - base_type: alpine - base_tag: base-alpine - tag_suffix: "-alpine" + # - base_type: alpine + # base_tag: base-alpine + # tag_suffix: "-alpine" - base_type: debian13 base_tag: base-debian13 tag_suffix: "-debian13" diff --git a/.github/workflows/docker-arm64.yml b/.github/workflows/docker-arm64.yml index 83cde29..c49ea13 100644 --- a/.github/workflows/docker-arm64.yml +++ b/.github/workflows/docker-arm64.yml @@ -14,14 +14,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - base_type: [debian, alpine, debian13] + base_type: [debian, debian13] include: - base_type: debian base_tag: base tag_suffix: "" - - base_type: alpine - base_tag: base-alpine - tag_suffix: "-alpine" + # - base_type: alpine + # base_tag: base-alpine + # tag_suffix: "-alpine" - base_type: debian13 base_tag: base-debian13 tag_suffix: "-debian13"