mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
set version
This commit is contained in:
parent
bb8f9acc1c
commit
c5d7f46535
1 changed files with 7 additions and 7 deletions
|
|
@ -11,12 +11,12 @@ workflows:
|
||||||
ci:
|
ci:
|
||||||
jobs:
|
jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- linting:
|
# - linting:
|
||||||
requires:
|
# requires:
|
||||||
- checkout
|
# - checkout
|
||||||
- testing:
|
# - testing:
|
||||||
requires:
|
# requires:
|
||||||
- checkout
|
# - checkout
|
||||||
- publishing:
|
- publishing:
|
||||||
requires:
|
requires:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
--location \
|
--location \
|
||||||
--header "Accept: application/tar+gzip, application/x-gzip, application/octet-stream" \
|
--header "Accept: application/tar+gzip, application/x-gzip, application/octet-stream" \
|
||||||
-o - \
|
-o - \
|
||||||
"https://github.com/goreleaser/goreleaser/releases/download/v${goreleaser}/goreleaser_Linux_x86_64.tar.gz" \
|
"https://github.com/goreleaser/goreleaser/releases/download/v0.59.0/goreleaser_Linux_x86_64.tar.gz" \
|
||||||
| tar --no-same-owner -C /usr/bin/ -xz goreleaser \
|
| tar --no-same-owner -C /usr/bin/ -xz goreleaser \
|
||||||
&& chmod 0755 /usr/bin/goreleaser \
|
&& chmod 0755 /usr/bin/goreleaser \
|
||||||
&& /usr/bin/goreleaser -v
|
&& /usr/bin/goreleaser -v
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue