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 275498a commit f9caefcCopy full SHA for f9caefc
.github/workflows/docker-image.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
dotnet-version: '9.x'
36
37
- # Install the cosign tool except on PR
+ # Install the cosign tool except on pull request.
38
# https://github.com/sigstore/cosign-installer
39
- name: Install cosign
40
if: github.event_name != 'pull_request' && env.DOCKERSIGN == 'true'
0 commit comments