Skip to content

Commit

Permalink
Remove id_token
Browse files Browse the repository at this point in the history
  • Loading branch information
samtoxie committed Oct 3, 2024
1 parent ca88e97 commit e2ab11b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Tag Docker Image

on:
workflow_dispatch:
push:
branches:
- master
Expand Down Expand Up @@ -56,5 +57,4 @@ jobs:
# Sign the Docker image using GitHub OIDC
- name: Sign Docker image
run: |
cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.VERSION }} \
--identity-token "${{ secrets.GITHUB_TOKEN }}"
cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.VERSION }}

0 comments on commit e2ab11b

Please sign in to comment.