Skip to content
Snippets Groups Projects
Commit 01f31e29 authored by Oliver's avatar Oliver
Browse files

skip unnecessary docker build step

parent 3c1b6025
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -66,18 +66,10 @@ steps:
- push
 
 
- name: release-create-docker-tags
image: alpine
commands:
- 'echo -n "latest,$DRONE_TAG" > .tags'
when:
event:
- tag
- name: release-docker-image-scratch
image: plugins/docker
settings:
tags: "latest,${DRONE_TAG}"
dockerfile: ./Dockerfile
repo: oliver006/redis_exporter
target: scratch
Loading
Loading
@@ -96,6 +88,7 @@ steps:
- name: release-docker-image-alpine
image: plugins/docker
settings:
tags: "latest,${DRONE_TAG}"
dockerfile: ./Dockerfile
repo: oliver006/redis_exporter
target: alpine
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment