ci: update the container images
This commit is contained in:
parent
f26b03cb78
commit
e121b49942
|
@ -14,10 +14,8 @@
|
||||||
stage_test: &stage_test 'test'
|
stage_test: &stage_test 'test'
|
||||||
# `image`
|
# `image`
|
||||||
image_commitlint: &image_commitlint 'myii/ssf-commitlint:11'
|
image_commitlint: &image_commitlint 'myii/ssf-commitlint:11'
|
||||||
image_dindruby: &image_dindruby 'myii/ssf-dind-ruby:2.7.1-r3'
|
image_dindruby: &image_dindruby 'dafyddj/ci-dind-python-ruby:2.0.0'
|
||||||
image_precommit: &image_precommit
|
image_precommit: &image_precommit 'dafyddj/ci-pre-commit:2.0.2'
|
||||||
name: 'myii/ssf-pre-commit:2.9.2'
|
|
||||||
entrypoint: ['/bin/bash', '-c']
|
|
||||||
image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest'
|
image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest'
|
||||||
image_semantic-release: &image_semanticrelease 'myii/ssf-semantic-release:15.14'
|
image_semantic-release: &image_semanticrelease 'myii/ssf-semantic-release:15.14'
|
||||||
# `services`
|
# `services`
|
||||||
|
|
Loading…
Reference in New Issue