Commit aabb6d0
authored
fix(opa): Use $PRODUCT_VERSION instead of $PRODUCT (#1531)
This previsouly only worked by accident, because $PRODUCT expanded
to nothing/an empty string and resulted in the complete 'patches'
folder to be copied into the image. patchale was then able to
properly patch OPA. #1524 added check=error=true to the Dockerfile
which likely causes the current failures.
This commit fixes the error by using the proper variable.1 parent 77cb342 commit aabb6d0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments