Skip to content

Commit

Permalink
ci: use plugins/docker:linux-amd64
Browse files Browse the repository at this point in the history
* bump from :18
* add repo tag for dry_run
  • Loading branch information
1 parent 2a52c7e commit 6b86978
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b86978

Please sign in to comment.