feat: add separate docker build for releases

This commit is contained in:
xnilsit
2026-03-20 22:35:37 +01:00
parent 8aca1623f4
commit bc311adf6a
2 changed files with 119 additions and 4 deletions
+1 -4
View File
@@ -17,7 +17,6 @@ on:
- "package.json"
- "package-lock.json"
- ".github/workflows/docker-publish.yml"
tags: ["v*.*.*"]
workflow_dispatch:
env:
@@ -114,9 +113,7 @@ jobs:
with:
images: ${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=raw,value=main,enable={{is_default_branch}}
type=sha,prefix=
- name: Create manifest list and push