Skip to content

Commit

Permalink
Merge pull request #126 from rosskirkpat/bug-fix/no-dapper
Browse files Browse the repository at this point in the history
move binary publish step to after container image publish
  • Loading branch information
phillipsj authored Jul 8, 2022
2 parents 00d2c8a + 2f6cf60 commit 1519d39
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,6 @@ steps:
- name: docker_pipe
path: \\\\.\\pipe\\docker_engine

- name: github_binary_release
image: plugins/github-release
settings:
api_key:
from_secret: github_token
checksum:
- sha256
files:
- bin/wins.exe
when:
instance:
- drone-publish.rancher.io
ref:
- refs/head/main
- refs/tags/*
event:
- tag

- name: publish
image: plugins/docker
settings:
Expand Down Expand Up @@ -77,6 +59,24 @@ steps:
event:
- tag

- name: github_binary_release
image: plugins/github-release
settings:
api_key:
from_secret: github_token
checksum:
- sha256
files:
- bin/wins.exe
when:
instance:
- drone-publish.rancher.io
ref:
- refs/head/main
- refs/tags/*
event:
- tag

volumes:
- name: docker_pipe
host:
Expand Down Expand Up @@ -125,7 +125,7 @@ steps:


- name: publish
image: plugins/docker
image: rancher/drone-images:docker-amd64-ltsc2022
settings:
no_cache: true
build_args:
Expand Down

0 comments on commit 1519d39

Please sign in to comment.