Skip to content

Commit 037e152

Browse files
Update metadata
1 parent 5035c1e commit 037e152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
matrix:
2222
platform:
2323
- linux/amd64
24-
- linux/arm/v7
25-
- linux/arm64
24+
# - linux/arm/v7
25+
# - linux/arm64
2626
version:
2727
- "6.2.1"
2828
include:
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
images: ${{ env.REGISTRY_IMAGE }}
5757
tags: |
58-
type=semver,version=${{ matrix.version }}
58+
type=semver,pattern={{version},value=${{ matrix.version }}
5959
type=raw,value=latest,enable=${{ matrix.release-tag == 'latest' }}
6060
6161

0 commit comments

Comments
 (0)