Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlihou authored Jun 2, 2024
1 parent 5c59612 commit 6124ab6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ jobs:
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

- name: Start deployment
if: ${{ github.event_name != 'pull_request' }}
uses: ./.github/workflows/google-cloudrun-docker.yml

0 comments on commit 6124ab6

Please sign in to comment.