ci: docker 1
continuous-integration/drone Build is passing Details
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
hsc 2025-03-30 19:58:04 +08:00
parent c1468a8115
commit a0527c9825
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: default
docker:
registry: docker.1ms.run
steps: steps:
- name: run-hello-script - name: run-hello-script
image: library/alpine # 必须指定基础镜像如alpine/bash image: docker.1ms.run/alpine:latest # 必须指定基础镜像如alpine/bash
commands: commands:
- chmod +x hello.sh - chmod +x hello.sh
- ./hello.sh - ./hello.sh