Skip to content

Commit

Permalink
Fixed Drone CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
cld9x committed Dec 3, 2020
1 parent d863d5e commit 34e872d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
commands:
- goreleaser --skip-validate --rm-dist

- name: docker
- name: docker-tag-version
image: plugins/docker:18.09
when:
event:
Expand All @@ -51,7 +51,7 @@ steps:
build_args: DRONE_TAG=${DRONE_TAG}
dockerfile: .drone.dockerfile

- name: docker
- name: docker-tag-latest
image: plugins/docker:18.09
when:
event:
Expand Down

0 comments on commit 34e872d

Please sign in to comment.