File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
kind : pipeline
3
- name : linux-arm-docker
3
+ name : linux-arm
4
4
5
5
platform :
6
6
os : linux
7
7
arch : arm
8
8
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
You can’t perform that action at this time.
0 commit comments