Automatic image publishing with 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
b3b2f7abf0
commit
423c803b69
12
.drone.yml
Normal file
12
.drone.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: publish docker image
|
||||||
|
steps:
|
||||||
|
- name: build and publish
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
username: thecoopcloud
|
||||||
|
password:
|
||||||
|
from_secret: thecoopcloud_password
|
||||||
|
repo: thecoopcloud/wordpress
|
||||||
|
tag: 5.8.2-php7.4-fpm-bedrock
|
Reference in New Issue
Block a user