- name: publish
pull: always
- image: plugins/docker:linux-amd64
+ image: techknowlogick/drone-docker:latest
settings:
auto_tag: true
auto_tag_suffix: linux-amd64
- pull_request
- name: publish-rootless
- image: plugins/docker:linux-amd64
+ image: techknowlogick/drone-docker:latest
settings:
dockerfile: Dockerfile.rootless
auto_tag: true
steps:
- name: dryrun
pull: always
- image: plugins/docker:linux-arm64
+ image: techknowlogick/drone-docker:latest
settings:
dry_run: true
repo: gitea/gitea
- name: publish
pull: always
- image: plugins/docker:linux-arm64
+ image: techknowlogick/drone-docker:latest
settings:
auto_tag: true
auto_tag_suffix: linux-arm64
- pull_request
- name: publish-rootless
- image: plugins/docker:linux-arm64
+ image: techknowlogick/drone-docker:latest
settings:
dockerfile: Dockerfile.rootless
auto_tag: true