1.4.1-v1.4.1

This commit is contained in:
t@123654
2025-06-09 01:52:30 +08:00
parent 95b4e6c89a
commit f4c06b8249
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name: Publish Docker image to Docker Hub
on:
push:
branches: [ "main" ]
tags: [ "v*" ]
# tags: [ "v*" ]
env:
REGISTRY: docker.io
+3 -3
View File
@@ -1,8 +1,8 @@
name: Release Zip
on:
push:
tags:
- "v*"
push:
branches:
- main
jobs:
build: