Skip to content

Commit b6357c4

Browse files
committed
fix: 仅在推送标签时触发 Docker 构建,格式化 Dockerfile
1 parent 56afff8 commit b6357c4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@ name: Build and Push Docker Images
22

33
on:
44
push:
5-
branches:
6-
- main
75
tags:
86
- 'v*'
9-
pull_request:
10-
branches:
11-
- main
127
workflow_dispatch:
138
inputs:
149
push_to_registry:

0 commit comments

Comments
 (0)