Skip to content

Commit

Permalink
chore: Removed cosign completely from docker image publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Dec 12, 2023
1 parent c86f4ac commit 80b31fa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ jobs:
mv target/gluonfx/x86_64-linux/Drifty "target/gluonfx/x86_64-linux/Drifty_GUI"
mv "target/gluonfx/x86_64-linux/Drifty_GUI" -t GUI
# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request' && github.repository == 'SaptarshiSarkar12/Drifty'
uses: sigstore/cosign-installer@v3.2.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

1 comment on commit 80b31fa

@vercel
Copy link

@vercel vercel bot commented on 80b31fa Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.