Skip to content

Commit c21c24b

Browse files
committed
Build master with Drone
1 parent 4dbbfa9 commit c21c24b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.drone.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
kind: pipeline
33
name: linux-arm
44

5-
platform:
6-
os: linux
7-
arch: arm
8-
95
steps:
106
- name: dryrun
117
pull: always
@@ -14,12 +10,11 @@ steps:
1410
dockerfile: Dockerfile.arm
1511
dry_run: true
1612
repo: stefanprodan/podinfo-arm
17-
tags: linux-arm
13+
auto_tag: true
1814
username:
1915
from_secret: DOCKER_USERNAME
2016
password:
2117
from_secret: DOCKER_PASSWORD
2218
when:
23-
event:
24-
- push
25-
- pull_request
19+
branch:
20+
- master

0 commit comments

Comments
 (0)