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 ba1c1ab + 14e5d1e commit d5edcf4Copy full SHA for d5edcf4
.github/workflows/build-image.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: docker/setup-buildx-action@v3.11.1
59
-
60
name: Install Cosign
61
- uses: sigstore/cosign-installer@v3.9.1
+ uses: sigstore/cosign-installer@v3.9.2
62
63
name: Login to GitHub Container Registry
64
uses: docker/login-action@v3.4.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