Skip to content

Commit

Permalink
Migrate deprecated-base-image-check v0.3->v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gurnben committed Jun 12, 2024
1 parent 059a1fa commit 764f8be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/maestro-main-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ spec:
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
Expand Down
4 changes: 4 additions & 0 deletions .tekton/maestro-main-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ spec:
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
Expand Down

0 comments on commit 764f8be

Please sign in to comment.