docker: add multiple different image tags
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
rolling: * latest * edge-dind fixed to a commit: * ${DRONE_COMMIT_SHA:0:8} * ${DRONE_COMMIT_SHA:0:8}-edge-dind * ${DRONE_COMMIT_SHA:0:8}-linux-amd64
This commit is contained in:
parent
d532d1b620
commit
48ca97aeb5
13
.drone.yml
13
.drone.yml
@ -97,15 +97,20 @@ steps:
|
|||||||
pull: always
|
pull: always
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
settings:
|
settings:
|
||||||
auto_tag: true
|
|
||||||
auto_tag_suffix: linux-amd64
|
|
||||||
daemon_off: false
|
daemon_off: false
|
||||||
dockerfile: docker/docker/Dockerfile.linux.amd64
|
dockerfile: docker/docker/Dockerfile.linux.amd64
|
||||||
password:
|
tags:
|
||||||
from_secret: docker_password
|
- latest
|
||||||
|
- edge-dind
|
||||||
|
- linux-amd64
|
||||||
|
- ${DRONE_COMMIT_SHA:0:8}
|
||||||
|
- ${DRONE_COMMIT_SHA:0:8}-edge-dind
|
||||||
|
- ${DRONE_COMMIT_SHA:0:8}-linux-amd64
|
||||||
repo: immawanderer/drone-docker
|
repo: immawanderer/drone-docker
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
when:
|
when:
|
||||||
branch: [edge-dind]
|
branch: [edge-dind]
|
||||||
event:
|
event:
|
||||||
|
Loading…
Reference in New Issue
Block a user