We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09431cd commit ffc4c83Copy full SHA for ffc4c83
2 files changed
.woodpecker/pr.yml
@@ -1,7 +1,7 @@
1
---
2
steps:
3
pr-lint:
4
- image: alpine/helm
+ image: alpine/helm@sha256:31ce11c4ee98c5e1e13628ead9212e665f32c3277cae63bd55ced32989089f3e
5
environment:
6
USE_SSH: "true"
7
GIT_USER: $DRONE_COMMIT_AUTHOR
.woodpecker/release.yml
helm-repo:
- image: quay.io/helmpack/chart-releaser
+ image: quay.io/helmpack/chart-releaser@sha256:b62aa9ed58cf0e6a868d895b5c4ecf0f5ed9c1b2b10cfcf90c9c665128d01cdd
commands:
- git config --global user.email "noreply@lib42.github.io"
- git config --global user.name "Woodpecker-CI"
0 commit comments