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

View File

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