BREAKING CHANGE: no need to set the version on tag
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6930ee4006
commit
1af62fdb94
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pipeline:
|
||||||
username: "sutty"
|
username: "sutty"
|
||||||
repo: "gitea.nulo.in/sutty/tor"
|
repo: "gitea.nulo.in/sutty/tor"
|
||||||
tags:
|
tags:
|
||||||
- "${ALPINE_VERSION}-${SUTTY_TOR_HIDDEN_SERVICE_VERSION}"
|
- "${ALPINE_VERSION}"
|
||||||
- "latest"
|
- "latest"
|
||||||
build_args:
|
build_args:
|
||||||
- "TOR_VERSION=${TOR_VERSION}"
|
- "TOR_VERSION=${TOR_VERSION}"
|
||||||
|
|
Loading…
Reference in a new issue