only push on tag
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 4m2s

This commit is contained in:
Karl 2025-07-09 11:00:34 +01:00
parent deeea48b20
commit aaf7f58af3

View File

@ -2,8 +2,6 @@ name: Build and Publish Docker Image
on:
push:
branches:
- main
tags:
- "v*.*.*"
workflow_dispatch:
@ -21,7 +19,6 @@ jobs:
with:
images: ${{ secrets.REGISTRY }}/${{ secrets.USERNAME }}/ktv-ui
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}}
- name: Set up Docker Buildx