mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
enable remote docker
This commit is contained in:
parent
4d3be50ae3
commit
b82cc6c4be
1 changed files with 7 additions and 1 deletions
|
|
@ -56,13 +56,19 @@ jobs:
|
|||
steps:
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- setup_remote_docker:
|
||||
docker_layer_caching: true
|
||||
- run:
|
||||
name: Install Goreleaser
|
||||
command: |
|
||||
cd .. && \
|
||||
wget https://github.com/goreleaser/goreleaser/releases/download/v0.59.0/goreleaser_Linux_x86_64.tar.gz && \
|
||||
tar -xvf goreleaser_Linux_x86_64.tar.gz && \
|
||||
./goreleaser -v
|
||||
- run: echo Done
|
||||
- run:
|
||||
name: Execute goreleaser
|
||||
command: ../goreleaser --snapshot --skip-publish
|
||||
|
||||
|
||||
# version: 2
|
||||
# jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue