Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

build(deps): bump sigstore/cosign-installer from 3.4.0 to 3.5.0 #2

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
docker login ghcr.io -u ${{ env.REGISTRY_USER }} -p ${{ env.REGISTRY_PASSWORD }}
docker image push "ghcr.io/kbdharun/ml-lab-image:latest"

- uses: sigstore/cosign-installer@v3.4.0
- uses: sigstore/cosign-installer@v3.5.0
- name: Sign container image
run: |
cosign sign -y --key env://COSIGN_PRIVATE_KEY ghcr.io/kbdharun/ml-lab-image:latest
Expand Down