Skip to content

Commit

Permalink
build as user
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Görn <[email protected]>
  • Loading branch information
goern committed May 26, 2023
1 parent 7d29df6 commit 2483df2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .tekton/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
pipelinesascode.tekton.dev/on-event: "[push]"
pipelinesascode.tekton.dev/on-target-branch: "[main, refs/tags/*]"
pipelinesascode.tekton.dev/task: "[git-clone, buildah]"
pipelinesascode.tekton.dev/task: "[git-clone, buildah-as-user]"
pipelinesascode.tekton.dev/max-keep-runs: "5"
spec:
params:
Expand Down Expand Up @@ -34,7 +34,7 @@ spec:
value: $(params.revision)
- name: build-release-container-image
taskRef:
name: buildah
name: buildah-as-user
runAfter:
- fetch-repository
workspaces:
Expand Down
2 changes: 1 addition & 1 deletion manifests/repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: Repository
metadata:
creationTimestamp: null
name: github-com-b4mad-pre-commit-kustomize
namespace: op1st-prow-test-pods
namespace: op1st-pipelines
spec:
url: https://github.com/b4mad/pre-commit-kustomize

0 comments on commit 2483df2

Please sign in to comment.