Skip to content

Commit

Permalink
Add publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
denysvitali committed May 15, 2018
1 parent 117f422 commit 075b22b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ pipeline:
- docker export pixelclinux/arch-linux:latest > pixelc-arch.tar
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# build:
# image: /bar:baz
# commands:
github_release:
image: plugins/github-release
secrets: [ github_token ]
files: out/pixelc-arch.tar
when:
event: tag

0 comments on commit 075b22b

Please sign in to comment.