We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed55313 commit 001486aCopy full SHA for 001486a
.drone.yml
@@ -7,18 +7,28 @@ platform:
7
arch: arm
8
9
steps:
10
-- name: dryrun
11
- pull: always
+- name: build
12
image: plugins/docker:linux-arm
13
settings:
+ dry_run: true
14
dockerfile: Dockerfile.arm
15
- #dry_run: true
16
repo: stefanprodan/podinfo-arm
17
- auto_tag: true
+ tag: linux-arm
+ when:
18
+ event:
19
+ - push
20
+ - pull_request
21
+
22
+- name: push
23
+ image: plugins/docker:linux-arm
24
+ settings:
25
+ dockerfile: Dockerfile.arm
26
+ repo: stefanprodan/podinfo-arm
27
+ tag: "${DRONE_COMMIT_SHA:0:8}"
28
username:
29
from_secret: DOCKER_USERNAME
30
password:
31
from_secret: DOCKER_PASSWORD
32
when:
33
branch:
- - master
34
+ - master
0 commit comments