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.
2 parents e441088 + 38e3840 commit 1285ab1Copy full SHA for 1285ab1
.github/workflows/build-image.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: docker/setup-buildx-action@v3.8.0
59
-
60
name: Install Cosign
61
- uses: sigstore/cosign-installer@v3.7.0
+ uses: sigstore/cosign-installer@v3.8.0
62
63
name: Login to GitHub Container Registry
64
uses: docker/login-action@v3.3.0
.github/workflows/build-split-image.yml
@@ -160,7 +160,7 @@ jobs:
160
password: ${{ secrets.GITHUB_TOKEN }}
161
162
163
164
165
name: Create image tags
166
id: image_tags
0 commit comments