Skip to content

Commit 075b22b

Browse files
committed
Add publishing
1 parent 117f422 commit 075b22b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.drone.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ pipeline:
1111
- docker export pixelclinux/arch-linux:latest > pixelc-arch.tar
1212
volumes:
1313
- /var/run/docker.sock:/var/run/docker.sock
14-
# build:
15-
# image: /bar:baz
16-
# commands:
14+
github_release:
15+
image: plugins/github-release
16+
secrets: [ github_token ]
17+
files: out/pixelc-arch.tar
18+
when:
19+
event: tag

0 commit comments

Comments
 (0)