Skip to content

Commit

Permalink
Merge pull request #106 from Taucher2003/update-gitlab-runner
Browse files Browse the repository at this point in the history
Update GitLab Runner to 17.4.0
  • Loading branch information
Taucher2003 authored Sep 20, 2024
2 parents 6a7152a + b1f3a7f commit 2748fc4
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.3.1'
GITLAB_RUNNER_IMAGE = 'gitlab/gitlab-runner:v17.4.0'

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

0 comments on commit 2748fc4

Please sign in to comment.