We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117f422 commit 075b22bCopy full SHA for 075b22b
1 file changed
.drone.yml
@@ -11,6 +11,9 @@ pipeline:
11
- docker export pixelclinux/arch-linux:latest > pixelc-arch.tar
12
volumes:
13
- /var/run/docker.sock:/var/run/docker.sock
14
- # build:
15
- # image: /bar:baz
16
- # commands:
+ github_release:
+ image: plugins/github-release
+ secrets: [ github_token ]
17
+ files: out/pixelc-arch.tar
18
+ when:
19
+ event: tag
0 commit comments