Skip to content

Commit

Permalink
Added major.minor and major tags to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed May 27, 2023
1 parent f84725d commit f37702a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -128,8 +128,10 @@ jobs:
${{ github.event.repository.full_name }}
ghcr.io/${{ github.event.repository.full_name }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
flavor: |
latest=${{ github.event.release.prerelease == false }}
Expand Down

0 comments on commit f37702a

Please sign in to comment.