fix(ci): copy builtin dir in Dockerfile.minimal and disable auto latest tag

This commit is contained in:
duorameng
2026-05-26 10:15:18 +08:00
parent 7f339be5e2
commit db1d4f24f7
4 changed files with 7 additions and 0 deletions
+2
View File
@@ -49,6 +49,8 @@ jobs:
with:
images: |
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
flavor: |
latest=false
tags: |
type=raw,value=latest-amd64${{ matrix.tag_suffix }},enable={{is_default_branch}}
type=ref,event=branch,suffix=-amd64${{ matrix.tag_suffix }}
+2
View File
@@ -53,6 +53,8 @@ jobs:
with:
images: |
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
flavor: |
latest=false
tags: |
type=semver,pattern={{version}}-amd64${{ matrix.tag_suffix }}
type=raw,value=latest-amd64${{ matrix.tag_suffix }},enable={{is_default_branch}}
+2
View File
@@ -56,6 +56,8 @@ jobs:
with:
images: |
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
flavor: |
latest=false
tags: |
type=semver,pattern={{version}}-arm64${{ matrix.tag_suffix }}
type=raw,value=latest-arm64${{ matrix.tag_suffix }},enable={{is_default_branch}}