Docker build step uses image plugins/docker
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -30,11 +30,11 @@ steps:
|
|||||||
failure: ignore
|
failure: ignore
|
||||||
|
|
||||||
- name: Build and tag docker image
|
- name: Build and tag docker image
|
||||||
image: node:18.2.0
|
image: plugins/docker
|
||||||
commands:
|
settings:
|
||||||
- docker build -t seasoned .
|
repo: kevinmidboe/seasoned
|
||||||
- docker tag seasoned kevinmidboe/seasoned
|
dockerfile: Dockerfile
|
||||||
failure: ignore
|
tags: [latest, "${DRONE_TAG}"]
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
@@ -61,4 +61,4 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
include:
|
include:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
# - pull_request
|
||||||
|
|||||||
Reference in New Issue
Block a user