Skip to content

Commit 4dbbfa9

Browse files
committed
Rename Drone pipeline
1 parent bc8ff9b commit 4dbbfa9

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

.drone.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
---
22
kind: pipeline
3-
name: linux-arm-docker
3+
name: linux-arm
44

55
platform:
66
os: linux
77
arch: arm
88

9-
- name: dryrun
10-
pull: always
11-
image: plugins/docker:linux-arm
12-
settings:
13-
dockerfile: Dockerfile.arm
14-
dry_run: true
15-
repo: stefanprodan/podinfo-arm
16-
tags: linux-arm
17-
username:
18-
from_secret: DOCKER_USERNAME
19-
password:
20-
from_secret: DOCKER_PASSWORD
21-
when:
22-
event:
23-
- push
24-
- pull_request
9+
steps:
10+
- name: dryrun
11+
pull: always
12+
image: plugins/docker:linux-arm
13+
settings:
14+
dockerfile: Dockerfile.arm
15+
dry_run: true
16+
repo: stefanprodan/podinfo-arm
17+
tags: linux-arm
18+
username:
19+
from_secret: DOCKER_USERNAME
20+
password:
21+
from_secret: DOCKER_PASSWORD
22+
when:
23+
event:
24+
- push
25+
- pull_request

0 commit comments

Comments
 (0)