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

Commit dbcd5f0

Browse files
authored
Merge pull request #160 from dlorenc/nokaniko
Switch ruby back from kaniko.
2 parents 3087f89 + b5bc0a7 commit dbcd5f0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ruby-pipeline/ruby-latest.yaml

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

0 commit comments

Comments
 (0)