This commit is contained in:
2026-07-23 17:49:59 +08:00
parent 25f357c5a0
commit c107cfadbf
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
CGO_ENABLED=0 go build -o myapp . CGO_ENABLED=0 go build -o myapp .
- name: 打镜像(仅手动触发时) - name: 打镜像(仅手动触发时)
if: ${{ inputs.build_image == 'true' }} if: ${{ inputs.build_image == true }}
run: | run: |
cat > Dockerfile <<EOF cat > Dockerfile <<EOF
FROM git.vipjhzf.cn/github/alpine:3.16.2 FROM git.vipjhzf.cn/github/alpine:3.16.2