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
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m43s
This commit is contained in:
parent
2f5f364cde
commit
5d58e48bb3
@ -3,7 +3,7 @@ name: Build and Publish Docker Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "*.*.*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user