ci: use plugins/docker:linux-amd64
* bump from :18 * add repo tag for dry_run
This commit is contained in:
parent
2a52c7ee36
commit
6b86978633
@ -78,18 +78,19 @@ steps:
|
||||
|
||||
- name: dryrun
|
||||
pull: always
|
||||
image: plugins/docker:18
|
||||
image: plugins/docker:linux-amd64
|
||||
settings:
|
||||
daemon_off: false
|
||||
dockerfile: docker/docker/Dockerfile.linux.amd64
|
||||
dry_run: true
|
||||
repo: plugins/docker
|
||||
tags: linux-amd64
|
||||
repo: immawanderer/drone-docker
|
||||
tags: [linux-amd64, edge-dind]
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
|
||||
- name: publish
|
||||
image: plugins/docker:18
|
||||
pull: always
|
||||
image: plugins/docker:linux-amd64
|
||||
settings:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: linux-amd64
|
||||
|
Loading…
Reference in New Issue
Block a user