Skip to content

Commit

Permalink
fix:fix EC for rekor-server (#227)
Browse files Browse the repository at this point in the history
Replacing the tags with the shas for the rekor-build-test-image and
rekor-e2e-test tasks
  • Loading branch information
JasonPowr authored Feb 15, 2024
1 parent 863a2a1 commit 0039f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/rekor-server-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ spec:
- name: name
value: build-test-image
- name: bundle
value: quay.io/securesign/rekor-build-test-image:latest
value: quay.io/securesign/rekor-build-test-image@sha256:9fe4986c084cfd221f966954507c5e4d2748738f24733a89f4129ab3ce98ca54
- name: kind
value: task
resolver: bundles
Expand All @@ -418,7 +418,7 @@ spec:
- name: name
value: rekor-e2e-test
- name: bundle
value: quay.io/securesign/rekor-e2e-test:latest
value: quay.io/securesign/rekor-e2e-test@sha256:76536c4b3235415bb6285890e8bc72848525a24bc6dacb36b4a360f3af825c59
- name: kind
value: task
resolver: bundles
Expand Down

0 comments on commit 0039f3a

Please sign in to comment.