Skip to content

Commit

Permalink
fix: allow rootless readonly on build secret (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Nov 7, 2023
1 parent 1e7551c commit 887e2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/contrib/jobs/build/use.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ runs:
{{ end -}}
{{ if $.with.secrets -}}
{{- range $id, $val := $.with.secrets -}}
--secret id={{ or $val.id $id }},env=SECRET_{{ $id | upper }} \
--secret id={{ or $val.id $id }},mode=0444,env=SECRET_{{ $id | upper }} \
{{ end -}}
{{ end -}}
{{ if $.with.target -}}
Expand Down

0 comments on commit 887e2af

Please sign in to comment.