Skip to content

Commit

Permalink
Remove cosign
Browse files Browse the repository at this point in the history
  • Loading branch information
tmknight committed Jan 19, 2024
1 parent 85f1f38 commit 90b41bb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v3 #v3.1.1
with:
cosign-release: ${{ env.COSIGN_VER }}

# Setup QEMU for multi-arch
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 90b41bb

Please sign in to comment.