fix: remove apline image

This commit is contained in:
engigu
2026-02-12 16:32:32 +08:00
parent 4bc4e7cacc
commit e37d806141
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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"