Skip to content

Commit

Permalink
add buildah task to pipeline
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 29acb5b commit 7d29df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: release
annotations:
pipelinesascode.tekton.dev/on-event: "[push]"
pipelinesascode.tekton.dev/on-target-branch: "[refs/tags/*]"
pipelinesascode.tekton.dev/on-target-branch: "[main, refs/tags/*]"
pipelinesascode.tekton.dev/task: "[git-clone, buildah]"
pipelinesascode.tekton.dev/max-keep-runs: "5"
spec:
Expand Down
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM alpine:latest

LABEL org.opencontainers.image.source = "https://github.com/b4mad/pre-commit-kustomize"

RUN adduser kustomize -D \
&& apk add curl git openssh \
&& git config --global url.ssh://[email protected]/.insteadOf https://github.com/
Expand Down

0 comments on commit 7d29df6

Please sign in to comment.