File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ references:
118
118
jobs :
119
119
build :
120
120
docker :
121
- - image : quay.io/reactiveops/ci-images:v8 .0-stretch
121
+ - image : quay.io/reactiveops/ci-images:v11 .0-stretch
122
122
steps :
123
123
- checkout
124
124
- setup_remote_docker
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
push :
129
129
docker :
130
- - image : quay.io/reactiveops/ci-images:v8 .0-stretch
130
+ - image : quay.io/reactiveops/ci-images:v11 .0-stretch
131
131
steps :
132
132
- checkout
133
133
- setup_remote_docker
@@ -168,14 +168,15 @@ jobs:
168
168
- *set_environment_variables
169
169
- *install_goreleaser
170
170
- run : go get -u github.com/gobuffalo/packr/v2/packr2
171
+ - run : git checkout -- . # FIXME: the go get makes the directory dirty
171
172
- run : packr2
172
173
- run : goreleaser
173
174
- *release_deploy_configs
174
175
175
176
release_images :
176
177
working_directory : /go/src/github.com/fairwindsops/polaris/
177
178
docker :
178
- - image : quay.io/reactiveops/ci-images:v8 .0-stretch
179
+ - image : quay.io/reactiveops/ci-images:v11 .0-stretch
179
180
steps :
180
181
- checkout
181
182
- setup_remote_docker
You can’t perform that action at this time.
0 commit comments