-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #552 from KiraCore/feature/upd_base_img_to_v0.14.03
feature/upd_base_img_to_v0.14.03 -> release/v0.12.20
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
id-token: write | ||
pull-requests: write | ||
container: | ||
image: ghcr.io/kiracore/docker/base-image:v0.13.19 | ||
image: ghcr.io/kiracore/docker/base-image:v0.14.03 | ||
steps: | ||
# Work around https://github.com/actions/checkout/issues/760 | ||
- name: Add safe.directory | ||
|
@@ -200,11 +200,11 @@ jobs: | |
pull-requests: write | ||
steps: | ||
# Install the cosign tool | ||
# ref.: https://github.com/sigstore/cosign-installer, v3.0.1 | ||
# ref.: https://github.com/sigstore/cosign-installer, v3.4.0 | ||
- name: Install cosign | ||
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 | ||
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 | ||
with: | ||
cosign-release: 'v2.0.0' | ||
cosign-release: 'v2.2.3' | ||
- name: Download artifacts | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Features: | ||
|
||
* Fix cosign installer | ||
* Update cosign installer | ||
* Base image update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
echo "v0.12.01" | ||
echo "v0.12.20" |