Skip to content

Commit 7df8b2c

Browse files
committed
Update
1 parent 2fdef50 commit 7df8b2c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-build-release.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ name: Build and Release Docker Image
22

33
on:
44
push:
5-
branches:
6-
- main # Trigger the workflow when changes are pushed to the main branch
7-
tags: # Trigger the workflow when a tag is pushed
5+
tags: # Trigger the workflow only when a tag is pushed
86
- 'v*' # Only trigger for tags starting with "v" (e.g., v1.0.0, v2.1.3)
97

10-
118
jobs:
129
build-and-push:
1310
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)