Docker build step uses image plugins/docker

This commit is contained in:
2022-08-13 12:28:32 +02:00
parent fda353f746
commit 9ee9eff8a3

View File

@@ -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