We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8331841 commit d063814Copy full SHA for d063814
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
env:
6
REGISTRY: ghcr.io
7
IMAGE_NAME: ${{ github.repository }}
8
- VERSION: 0.11.0-RC1
+ VERSION: 0.11.0-RC2
9
10
jobs:
11
build:
@@ -19,7 +19,7 @@ jobs:
19
image-digest: ${{ steps.image-info.outputs.image_digest }}
20
steps:
21
- name: Checkout source code
22
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v3.5.0
23
24
- name: Set up Carvel
25
uses: carvel-dev/setup-action@v1.3.0
@@ -87,7 +87,7 @@ jobs:
87
IMAGE_DIGEST: ${{ needs.build.outputs.image-digest }}
88
89
- name: Install Cosign
90
- uses: sigstore/cosign-installer@v3.0.1
+ uses: sigstore/cosign-installer@v3.0.2
91
92
- name: Log into container registry
93
uses: redhat-actions/podman-login@v1.6
0 commit comments