Test CI - again

This commit is contained in:
Torjus Håkestad 2022-01-05 02:09:50 +01:00
parent b362e0bcf1
commit 14aca041ab
2 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,6 @@ pipeline:
- cat .tags
when:
event: [tag]
tag: v*
publish:
image: plugins/docker
@ -17,4 +16,3 @@ pipeline:
from_secret: registrypass
when:
event: [tag]
tag: v*

View File

@ -1,4 +1,4 @@
package ezshare
// TODO: Maybe put this somewhere more sensible
const Version = "v0.1.8"
const Version = "v0.1.9"