3 Commits

3 changed files with 3 additions and 3 deletions

View File

@ -10,4 +10,4 @@ jobs:
with:
fetch-depth: 0
- name: Run commitsar
uses: docker://aevea/commitsar@sha256:8d2db4e430dd06e3fcde173add43dada80b37150ba1191a69cda1c0bcdba9cb1
uses: docker://aevea/commitsar@sha256:e4aed72de9a00b990a53c678ad51fbe9bd04e127a617d10beab0ef0204b1dfa0

View File

@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- name: Release Notary Action
uses: docker://aevea/release-notary@sha256:b77e86ce9ce4b0c8774cdb3b807b756d1d6139d73aca74388560250de259be4e
uses: docker://aevea/release-notary@sha256:690915bf87458fd8eb1e1ff0be34b33377f920eda3f38b96c62ecbf897c831f4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:

View File

@ -2,7 +2,7 @@ FROM alpine as certs
RUN apk --update add ca-certificates
FROM gcr.io/kaniko-project/executor:v1.21.1-debug
FROM gcr.io/kaniko-project/executor:v1.22.0-debug
SHELL ["/busybox/sh", "-c"]