Skip to content

Commit

Permalink
Fix bad retry logic in prerelease (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood authored Jul 28, 2023
1 parent bc70ea0 commit abf8834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
if: steps.build1.outcome == 'failure'
uses: ./.github/actions/build-test-scan-push
with:
context: ./product/base
context: .${{ matrix.config.product }}
os: ${{ matrix.config.os }}
product: product-base
image-tags: ${{ steps.get-tags.outputs.IMAGE_TAGS }}
Expand Down

0 comments on commit abf8834

Please sign in to comment.