Skip to content

Commit

Permalink
Fix: build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jebinjeb committed Aug 13, 2023
1 parent caed5e1 commit 0629ed7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Agent Docker Image CI
name: Kubviz Agent Docker Image CI

on:
push:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
COSIGN_EXPERIMENTAL: 1

- name: Verify the pushed tags
run: cosign verify ${{ env.REGISTRY }}/${{ github.repository }}/kubviz-agent:${{ github.run_id }} --certificate-identity ${{ env.GH_URL }}/${{ github.repository }}/.github/workflows/agent-docker-cosign.yml@refs/heads/main --certificate-oidc-issuer https://token.actions.githubusercontent.com
run: cosign verify ${{ env.REGISTRY }}/${{ github.repository }}/kubviz-agent:${{ github.run_id }} --certificate-identity ${{ env.GH_URL }}/${{ github.repository }}/.github/workflows/agent-kubviz-image.yml@refs/heads/main --certificate-oidc-issuer https://token.actions.githubusercontent.com
env:
COSIGN_EXPERIMENTAL: 1

Expand Down

0 comments on commit 0629ed7

Please sign in to comment.