Skip to content

Commit

Permalink
Add latest via flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
niklhut committed Nov 3, 2023
1 parent 9430aa2 commit f24ebf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ github.repository }}
tags: |
flavor: |
latest=true
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit f24ebf4

Please sign in to comment.