Skip to content

Commit

Permalink
Add variant suffix to all tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruifung committed Dec 29, 2024
1 parent ffc2e95 commit 68fd9f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=tag
type=sha
type=ref,event=branch,suffix=-${{ matrix.variant }}
type=ref,event=tag,suffix=-${{ matrix.variant }}
type=sha,suffix=-${{ matrix.variant }}
type=raw,${{ steps.dockerfile_regex.outputs.version }}-${{ matrix.variant }}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 68fd9f0

Please sign in to comment.