mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-03-04 02:50:20 +00:00
Rename Drone pipeline
This commit is contained in:
35
.drone.yml
35
.drone.yml
@@ -1,24 +1,25 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: linux-arm-docker
|
||||
name: linux-arm
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm
|
||||
|
||||
- name: dryrun
|
||||
pull: always
|
||||
image: plugins/docker:linux-arm
|
||||
settings:
|
||||
dockerfile: Dockerfile.arm
|
||||
dry_run: true
|
||||
repo: stefanprodan/podinfo-arm
|
||||
tags: linux-arm
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
steps:
|
||||
- name: dryrun
|
||||
pull: always
|
||||
image: plugins/docker:linux-arm
|
||||
settings:
|
||||
dockerfile: Dockerfile.arm
|
||||
dry_run: true
|
||||
repo: stefanprodan/podinfo-arm
|
||||
tags: linux-arm
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
Reference in New Issue
Block a user