Skip to content

Commit

Permalink
Update .prow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslawc authored Jul 9, 2024
1 parent dae22e5 commit 91f7a0a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,12 @@ postsubmits:
- |
whoami
pwd
ls -ltrha
ls -ltrha /root/
ls -ltrha /root/.docker
/usr/local/bin/release nephio nmath ${PULL_BASE_REF}
volumeMounts:
- name: cosign-secret
mountPath: /root/.docker/
resources:
requests:
cpu: 1
Expand All @@ -184,4 +188,9 @@ postsubmits:
items:
- key: .dockerconfigjson
path: config.json

- name: cosign-secret
secret:
secretName: cosign-login
items:
- key: configjson
path: config.json

0 comments on commit 91f7a0a

Please sign in to comment.