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 a37b439 commit 1642f4aCopy full SHA for 1642f4a
.github/workflows/push-docker-image.yml
@@ -19,13 +19,6 @@ jobs:
19
- name: Checkout repository
20
uses: actions/checkout@v4
21
22
- # Install the cosign tool except on PR
23
- # https://github.com/sigstore/cosign-installer
24
- - name: Install cosign
25
- if: github.event_name != 'pull_request'
26
- uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0
27
- with:
28
- cosign-release: 'v2.2.4'
29
30
# Login against a Docker registry except on PR
31
- name: Log into registry ${{ env.REGISTRY }}
0 commit comments