We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d0f19 commit 4c61a07Copy full SHA for 4c61a07
.github/workflows/build.yaml
@@ -6,17 +6,11 @@ on:
6
- '**.md'
7
- 'LICENSE'
8
workflow_dispatch: # 手动触发
9
- inputs:
10
- updateServerVersion:
11
- description: 'Update Server Docker Image Version'
12
- type: boolean
13
- default: false
14
- required: false
15
16
jobs:
17
build:
18
name: Docker Build Image And Push Docker Registry
19
- runs-on: blacksmith-4vcpu-ubuntu-2204
+ runs-on: blacksmith-8vcpu-ubuntu-2204
20
env:
21
SECRET_REPO_PREFIX: REPO_
22
SECRET_USERNAME_PREFIX: USERNAME_
@@ -95,4 +89,4 @@ jobs:
95
89
for repo in ${repos[@]}; do
96
90
command="$command -t $repo\:latest -t $repo\:$(TZ=Asia/Shanghai date +%Y-%m-%d_%H-%M-%S)_$(git rev-parse --short HEAD)"
97
91
done
98
- eval $command
92
+ eval $command
0 commit comments