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:
|
||||
jobs:
|
||||
- checkout
|
||||
- linting:
|
||||
requires:
|
||||
- checkout
|
||||
- testing:
|
||||
requires:
|
||||
- checkout
|
||||
# - linting:
|
||||
# requires:
|
||||
# - checkout
|
||||
# - testing:
|
||||
# requires:
|
||||
# - checkout
|
||||
- publishing:
|
||||
requires:
|
||||
- checkout
|
||||
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
--location \
|
||||
--header "Accept: application/tar+gzip, application/x-gzip, application/octet-stream" \
|
||||
-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 \
|
||||
&& chmod 0755 /usr/bin/goreleaser \
|
||||
&& /usr/bin/goreleaser -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue