Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NixFey authored Jun 2, 2024
1 parent 6124ab6 commit 43ea90f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:
# 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
deploy:
if: ${{ github.event_name != 'pull_request' }}
uses: ./.github/workflows/google-cloudrun-docker.yml

0 comments on commit 43ea90f

Please sign in to comment.