Skip to content

Commit 398c6b3

Browse files
committed
Attempt to fix oci-build-task config
See gh-24197
1 parent 615d054 commit 398c6b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/tasks/build-ci-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ image_resource:
77
inputs:
88
- name: ci-images-git-repo
99
outputs:
10-
- name: ((ci-image-name))
10+
- name: image
11+
output_mapping: {image: ((ci-image-name))}
1112
caches:
1213
- path: ci-image-cache
1314
params:

0 commit comments

Comments
 (0)