Skip to content

Commit 4c61a07

Browse files
authored
Update build.yaml
1 parent 54d0f19 commit 4c61a07

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,11 @@ on:
66
- '**.md'
77
- 'LICENSE'
88
workflow_dispatch: # 手动触发
9-
inputs:
10-
updateServerVersion:
11-
description: 'Update Server Docker Image Version'
12-
type: boolean
13-
default: false
14-
required: false
159

1610
jobs:
1711
build:
1812
name: Docker Build Image And Push Docker Registry
19-
runs-on: blacksmith-4vcpu-ubuntu-2204
13+
runs-on: blacksmith-8vcpu-ubuntu-2204
2014
env:
2115
SECRET_REPO_PREFIX: REPO_
2216
SECRET_USERNAME_PREFIX: USERNAME_
@@ -95,4 +89,4 @@ jobs:
9589
for repo in ${repos[@]}; do
9690
command="$command -t $repo\:latest -t $repo\:$(TZ=Asia/Shanghai date +%Y-%m-%d_%H-%M-%S)_$(git rev-parse --short HEAD)"
9791
done
98-
eval $command
92+
eval $command

0 commit comments

Comments
 (0)