This commit is contained in:
parent
d39801311a
commit
b53fb195ba
1 changed files with 24 additions and 2 deletions
24
.drone.yml
24
.drone.yml
|
@ -1,5 +1,27 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
name: docker-amd
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: samuelph/feed2toot
|
||||
username:
|
||||
from_secret: USERNAME
|
||||
password:
|
||||
from_secret: PASSWORD
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: docker-arm
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
|
|
Reference in a new issue