mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-10 17:40:00 +02:00
fix(ci): fetch all necessary commits for commitsar and release notary
This commit is contained in:
parent
8bd3e02fd2
commit
f16a14fc0f
2 changed files with 4 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -11,6 +11,8 @@ jobs:
|
|||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Release Notary Action
|
||||
uses: docker://aevea/release-notary@sha256:8b26ced466da96b23a947d5c9e58baac22ee1192fd08200011e5b178f42118a0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue