mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
update to build image with docker 17.05.0-ce and latest goreleaser
This commit is contained in:
parent
b15df25fc0
commit
5a67cc50a3
2 changed files with 6 additions and 4 deletions
|
@ -2,12 +2,12 @@ version: 2
|
|||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: v2tec/gobuilder:0.2.0_go1.7.4-glide0.12.3-goreleaser0.40.3-docker17.03.0
|
||||
- image: v2tec/gobuilder:0.5.0_go1.7.4-glide0.12.3-goreleaser0.59.0-docker17.05.0
|
||||
working_directory: /src
|
||||
steps:
|
||||
- checkout
|
||||
- setup_remote_docker:
|
||||
version: 17.03.0-ce
|
||||
version: 17.05.0-ce
|
||||
- run: git fetch --tags
|
||||
- run: |
|
||||
docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
|
|
|
@ -58,7 +58,8 @@ dockers:
|
|||
binary: watchtower
|
||||
image: v2tec/watchtower
|
||||
dockerfile: dockerfile/amd64/Dockerfile
|
||||
tag_template: "{{ .Version }}"
|
||||
tag_templates:
|
||||
- '{{ .Version }}'
|
||||
-
|
||||
goos: linux
|
||||
goarch: arm
|
||||
|
@ -66,4 +67,5 @@ dockers:
|
|||
binary: watchtower
|
||||
image: v2tec/watchtower
|
||||
dockerfile: dockerfile/armhf/Dockerfile
|
||||
tag_template: "armhf-{{ .Version }}"
|
||||
tag_templates:
|
||||
- 'armhf-{{ .Version }}'
|
Loading…
Add table
Add a link
Reference in a new issue