Skip to content

Commit

Permalink
fix(CI): modify the broken workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Jun 11, 2024
1 parent bba57a3 commit f17bda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
with:
command: cves
ignore-unchanged: true
image: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_REPOSITORY }}:${{ github.run_id }}
image: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_REPOSITORY }}:${{ github.ref_name }}
only-fixed: true
only-severities: medium,high,critical
sarif-file: sarif.output.json
Expand All @@ -198,7 +198,7 @@ jobs:
- env:
PACKAGE_VERSION: ${{ github.ref_name }}
name: Prepare
run: pip install wheel && python setup.py sdist bdist_wheel
run: pip install wheel setuptools && python setup.py sdist bdist_wheel
- name: Publish PyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit f17bda5

Please sign in to comment.