Commit 537e6bc
authored
Correctly pin cosign-verify action in build-image action (#281)
The build-image action was using branch reference to the previous PR branch
when calling the cosign-verify. It was pointed to that because when the actions
are reused, the path is evaluated relative to the repo that's using them - so
we can't simply use local path here. We've got unfortunately a chicken-egg
situation then, so we must always pin the verify action to the previous
release.1 parent dd86b0a commit 537e6bc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments