Tag Docker images with `latest` tag

This commit is contained in:
Victor Antonovich 2024-03-28 00:23:37 +03:00
parent ac927aa19a
commit 2c462b7560
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ jobs:
with:
images: ${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}