Skip to content

Commit 3dbd484

Browse files
committed
Remove aarch64, sha256 and minimal from tags
1 parent 3e43abf commit 3dbd484

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/buildx.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
1919
PLATFORMS: linux/arm64
2020
DOCKERFILE: dockerfiles/Dockerfile.base
2121
TARGET: archarm
22-
TAG_SUFFIX: minimal-aarch64
2322

2423
jobs:
2524
build:
@@ -58,15 +57,12 @@ jobs:
5857
uses: docker/metadata-action@v5
5958
with:
6059
images: ${{ steps.img.outputs.IMAGE }}
61-
flavor: |
62-
suffix=-${{ env.TAG_SUFFIX }},onlatest=true
6360
# Tag strategy:
6461
# - main branch -> :latest and :sha
6562
# - tags like v1.2.3 -> :1.2.3 and :1.2 and :1
6663
# - PRs -> :pr-<num>-<sha>
6764
tags: |
6865
type=raw,value=latest,enable={{is_default_branch}}
69-
type=sha,format=short,prefix=,suffix=,enable={{is_default_branch}}
7066
type=ref,event=tag
7167
type=ref,event=pr
7268

0 commit comments

Comments
 (0)