Skip to content

Commit

Permalink
ci: use new images
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff350 committed Feb 21, 2024
1 parent ff64af5 commit 736b08d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
image_commitlint: &image_commitlint 'jeff350/ssf-commitlint:18'
image_dindruby: &image_dindruby 'jeff350/ci-dind-ruby:2.7.6-r0'
image_dindrubybionic: &image_dindrubybionic 'jeff350/ssf-dind-ruby-bionic:2.7'
image_precommit: &image_precommit 'jeff350/ssf-pre-commit@sha256:9400913c3b4e506dab50e7f20f863d9e254844382dc08cd952bf24161aa3f4d1'
image_precommit: &image_precommit 'jeff350/ssf-pre-commit:2.7.1'
image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest'
image_semantic-release: &image_semanticrelease 'myii/ssf-semantic-release:15.14'
# `services`
Expand Down Expand Up @@ -74,9 +74,7 @@ commitlint:

pre-commit:
stage: *stage_lint
image:
name: *image_precommit
pull_policy: always
image: *image_precommit

# https://pre-commit.com/#gitlab-ci-example
variables:
Expand Down

0 comments on commit 736b08d

Please sign in to comment.