ci: split latest release and tag

This commit is contained in:
Vasily Zubarev
2025-03-17 19:03:06 +01:00
parent 14967e1c85
commit 2508773344
2 changed files with 49 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: Build and Publish Docker Image
name: Build and Publish Version Tagged Docker Image
on:
push:
@@ -34,7 +34,7 @@ jobs:
images: ghcr.io/${{ github.repository }}
tags: |
type=semver,pattern={{version}}
type=raw,value=latest
type=semver,pattern={{major}}.{{minor}}
- name: Build and push Docker image
uses: docker/build-push-action@v6