ci: Update docker image to v0.11.11 for SDK 0.12.0
Update the docker image we build with to grab SDK 0.12.0 in addition to 0.11.4. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
c6c5a371a7
commit
7b6fe47691
|
@ -10,7 +10,7 @@ steps:
|
|||
manual: true
|
||||
plugins:
|
||||
- docker#v3.5.0:
|
||||
image: "zephyrprojectrtos/ci:v0.11.10"
|
||||
image: "zephyrprojectrtos/ci:v0.11.11"
|
||||
propagate-environment: true
|
||||
volumes:
|
||||
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"
|
||||
|
|
|
@ -10,7 +10,7 @@ steps:
|
|||
manual: true
|
||||
plugins:
|
||||
- docker#v3.5.0:
|
||||
image: "zephyrprojectrtos/ci:v0.11.10"
|
||||
image: "zephyrprojectrtos/ci:v0.11.11"
|
||||
propagate-environment: true
|
||||
volumes:
|
||||
- "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors"
|
||||
|
|
Loading…
Reference in a new issue