Trying out cron, as well as mulitple platforms
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
a34ecbc39c
commit
d4ab39f55c
21
.drone.yml
21
.drone.yml
|
@ -3,11 +3,14 @@ name: build+push
|
||||||
type: docker
|
type: docker
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event: push
|
include:
|
||||||
branch: main
|
- push
|
||||||
|
- cron
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: docker
|
- name: docker-amd6
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username: derekpaschal
|
username: derekpaschal
|
||||||
|
@ -19,3 +22,15 @@ steps:
|
||||||
- latest
|
- latest
|
||||||
pull_image: true
|
pull_image: true
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
|
- name: docker-arm64
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
username: derekpaschal
|
||||||
|
password:
|
||||||
|
from_secret: local_container_repo_pass
|
||||||
|
registry: git.paschalplace.com
|
||||||
|
repo: git.paschalplace.com/derekpaschal/nginx-basic-lb
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
pull_image: true
|
||||||
|
platform: linux/arm64
|
||||||
|
|
Loading…
Reference in New Issue