Skip to content

Commit c90d39f

Browse files
authored
Add resource type for registry-image-forked to windows staging pipeline (#1331)
* Update windows staging pipeline to use forked registry image Incorrectly passed in values in previous config, so it wasn't using workload ID * Add resource type for registry-image-forked
1 parent ef93888 commit c90d39f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

concourse/pipelines/windows-image-build-staging.jsonnet

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,11 @@ local ImgGroup(name, images) = {
640640
source: { repository: 'frodenas/gcs-resource' },
641641
type: 'registry-image',
642642
},
643+
{
644+
name: 'registry-image-forked',
645+
type: 'registry-image',
646+
source: { repository: 'gcr.io/compute-image-tools/registry-image-forked' },
647+
},
643648
],
644649
resources: [
645650
common.GitResource('compute-image-tools'),

0 commit comments

Comments
 (0)