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
|
||||
|
||||
- name: build and publish stable
|
||||
image: thegeeklab/drone-docker-buildx
|
||||
privileged: true
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: shibaobun/cannery
|
||||
purge: true
|
||||
compress: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
@ -49,13 +45,9 @@ steps:
|
||||
- stable
|
||||
|
||||
- name: build and publish tagged version
|
||||
image: thegeeklab/drone-docker-buildx
|
||||
privileged: true
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: shibaobun/cannery
|
||||
purge: true
|
||||
compress: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
|
Loading…
Reference in New Issue
Block a user