Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinatedpixel committed Jul 29, 2024
1 parent 5035c1e commit 037e152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
matrix:
platform:
- linux/amd64
- linux/arm/v7
- linux/arm64
# - linux/arm/v7
# - linux/arm64
version:
- "6.2.1"
include:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
type=semver,version=${{ matrix.version }}
type=semver,pattern={{version},value=${{ matrix.version }}
type=raw,value=latest,enable=${{ matrix.release-tag == 'latest' }}
Expand Down

0 comments on commit 037e152

Please sign in to comment.