Skip to content

Commit 1642f4a

Browse files
committed
added ghcr token and took out useless stuff
1 parent a37b439 commit 1642f4a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121

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'
2922

3023
# Login against a Docker registry except on PR
3124
- name: Log into registry ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)