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

Commit b2b5acc

Browse files
authored
Merge pull request #162 from dlorenc/kaniko8
Bump to Kaniko 0.8
2 parents dbcd5f0 + a3d033b commit b2b5acc

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
@@ -44,7 +44,5 @@ 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/cloud-builders/docker:latest'
48-
args: ['build', '--network=cloudbuild', '-t', '$_OUTPUT_IMAGE', '.']
49-
images:
50-
- '$_OUTPUT_IMAGE'
47+
- name: 'gcr.io/kaniko-project/executor:v0.8.0'
48+
args: ['--destination=$_OUTPUT_IMAGE']

0 commit comments

Comments
 (0)