Test CI - again
This commit is contained in:
parent
b362e0bcf1
commit
14aca041ab
@ -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*
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user