Fix pipeline
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Torjus Håkestad 2022-01-13 18:44:33 +01:00
parent fd729eef89
commit affbdfa1e4
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ pipeline:
image-latest:
image: plugins/docker
settings:
repo: registry.t-juice.club/peckertest
repo: registry.t-juice.club/ezshare
registry: registry.t-juice.club
username: woodpecker
password:
@ -27,7 +27,7 @@ pipeline:
image-tagged:
image: plugins/docker
settings:
repo: registry.t-juice.club/peckertest
repo: registry.t-juice.club/ezshare
registry: registry.t-juice.club
username: woodpecker
password:

View File

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