Compare commits
No commits in common. "d512ec8e102e11f2a8a42277d7db2e15c9817060" and "b6e0a543ecb6a8e77e25bfc5e3cf84a0af19a9ce" have entirely different histories.
d512ec8e10
...
b6e0a543ec
12
.drone.yml
12
.drone.yml
@ -32,13 +32,9 @@ steps:
|
|||||||
- mix test
|
- mix test
|
||||||
|
|
||||||
- name: build and publish stable
|
- name: build and publish stable
|
||||||
image: thegeeklab/drone-docker-buildx
|
image: plugins/docker
|
||||||
privileged: true
|
|
||||||
settings:
|
settings:
|
||||||
repo: shibaobun/cannery
|
repo: shibaobun/cannery
|
||||||
purge: true
|
|
||||||
compress: true
|
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
@ -49,13 +45,9 @@ steps:
|
|||||||
- stable
|
- stable
|
||||||
|
|
||||||
- name: build and publish tagged version
|
- name: build and publish tagged version
|
||||||
image: thegeeklab/drone-docker-buildx
|
image: plugins/docker
|
||||||
privileged: true
|
|
||||||
settings:
|
settings:
|
||||||
repo: shibaobun/cannery
|
repo: shibaobun/cannery
|
||||||
purge: true
|
|
||||||
compress: true
|
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
|
Loading…
Reference in New Issue
Block a user