Skip to content

Commit

Permalink
Merge pull request #3 from niklhut/feature/improve-gh-actions
Browse files Browse the repository at this point in the history
Add latest via flavor
  • Loading branch information
niklhut authored Nov 3, 2023
2 parents bbfc79c + f24ebf4 commit 7655f38
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 7655f38

Please sign in to comment.