Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit e9d6e59

Browse files
committed
Merge branch 'master' of github.com:GoogleCloudPlatform/ruby-docker into upgrade
2 parents 228aeef + ffe43f4 commit e9d6e59

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

ruby-pipeline/ruby-latest.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,5 @@ steps:
4545
'--prebuilt-image=2.6.0=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.0:latest',
4646
'--prebuilt-image=2.6.1=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.1:latest',
4747
'--default-ruby-version=2.3.8']
48-
- name: 'gcr.io/cloud-builders/docker:latest'
49-
args: ['build', '--network=cloudbuild', '-t', '$_OUTPUT_IMAGE', '.']
50-
images:
51-
- '$_OUTPUT_IMAGE'
48+
- name: 'gcr.io/kaniko-project/executor:v0.9.0'
49+
args: ['--destination=$_OUTPUT_IMAGE']

0 commit comments

Comments
 (0)