script update for auto version discovery, dockerfile fix for CI

This commit is contained in:
yusing
2024-03-29 22:40:11 +00:00
parent 486122f3d8
commit ce433f0c51
6 changed files with 32 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ name: Docker Image CI
on:
push:
tags:
- "*.*.*"
- "*"
jobs:
build_and_push:
runs-on: ubuntu-latest

View File

@@ -6,7 +6,7 @@ name: Go
on:
push:
tags:
- "*.*.*"
- "*"
jobs:
build: