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
|
||||
|
||||
steps:
|
||||
- name: podman-build
|
||||
image:
|
||||
- name: build-and-push-image
|
||||
image: plugins/docker
|
||||
volumes:
|
||||
- name: docker-sock
|
||||
path: /run/podman/podman.sock
|
||||
commands:
|
||||
- podman build -t registry.meatbag.se/meatbag/murmur .
|
||||
settings:
|
||||
username: meatbag
|
||||
password:
|
||||
from_secret: registry_password
|
||||
repo: meatbag/caddy
|
||||
tags: latest
|
||||
dockerfile: Dockerfile
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
|
Loading…
Reference in a new issue