Skip to content

Commit

Permalink
Continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
timdittler committed Oct 18, 2024
1 parent 06eb45a commit 20d3878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/template_gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
- name: Emit Image Build Event to Upwind.io
if: ${{ vars.UPWIND_CLIENT_ID != '' && vars.UPWIND_ORGANIZATION_ID != '' }}
uses: upwindsecurity/create-image-build-event-action@v2
continue-on-error: true
with:
image: "${{ inputs.docker-image }}"
image_sha: "${{ steps.gitops.outputs.docker-digest }}"
Expand Down

0 comments on commit 20d3878

Please sign in to comment.