Skip to content

Commit

Permalink
Merge pull request #96 from Taucher2003/update-gitlab-runner
Browse files Browse the repository at this point in the history
Update GitLab Runner to 17.2.0
  • Loading branch information
Taucher2003 authored Jul 18, 2024
2 parents 6772565 + 92f8a84 commit 537ff0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/action/step/start_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Step
class StartRunner < Base
RunnerInvalid = Class.new(StandardError)

GITLAB_RUNNER_IMAGE = 'gitlab/gitlab-runner:v17.1.0'
GITLAB_RUNNER_IMAGE = 'gitlab/gitlab-runner:v17.2.0'

def execute
runner_config_template_path = "#{File.expand_path('../config', __dir__)}/gitlab_runner_config_template.toml"
Expand Down

0 comments on commit 537ff0c

Please sign in to comment.