feat: skip build image

This commit is contained in:
Supan Adit Pratama 2022-04-15 08:43:23 +07:00
parent 0d1f47d3ba
commit 1574f01547

View File

@ -3,14 +3,14 @@ type: docker
name: default
steps:
- name: build-image
image: plugins/docker
settings:
repo: supanadit/todo
username:
from_secret: DOCKERUSER
password:
from_secret: DOCKERPASS
# - name: build-image
# image: plugins/docker
# settings:
# repo: supanadit/todo
# username:
# from_secret: DOCKERUSER
# password:
# from_secret: DOCKERPASS
- name: deploy
image: appleboy/drone-ssh