remove the v from the git tag in the workflow
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m43s

This commit is contained in:
Karl 2025-07-14 13:51:36 +01:00
parent 2f5f364cde
commit 5d58e48bb3

View File

@ -3,7 +3,7 @@ name: Build and Publish Docker Image
on: on:
push: push:
tags: tags:
- "v*.*.*" - "*.*.*"
workflow_dispatch: workflow_dispatch:
jobs: jobs: