ci: use docker plugin for drone
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
2c5173a15b
commit
5141a0fa48
13
.drone.yml
13
.drone.yml
|
@ -4,13 +4,18 @@ type: docker
|
||||||
name: caddy-build-deploy
|
name: caddy-build-deploy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: podman-build
|
- name: build-and-push-image
|
||||||
image:
|
image: plugins/docker
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker-sock
|
- name: docker-sock
|
||||||
path: /run/podman/podman.sock
|
path: /run/podman/podman.sock
|
||||||
commands:
|
settings:
|
||||||
- podman build -t registry.meatbag.se/meatbag/murmur .
|
username: meatbag
|
||||||
|
password:
|
||||||
|
from_secret: registry_password
|
||||||
|
repo: meatbag/caddy
|
||||||
|
tags: latest
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
|
Loading…
Reference in a new issue