Skip to content

Commit

Permalink
fix: fix publish container image fail issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yingtingxu committed Jun 18, 2024
1 parent 754c972 commit ab45811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
run: |
chmod +x gradlew
./gradlew :mall-catalog:bootBuildImage \
--imageName ghcr.io/${{ github.actor }}/mall-catalog:${{github.sha}}
--imageName ghcr.io/arch/mall-catalog:${{github.sha}}
- name: OCI image vulnerability scanning
uses: anchore/scan-action@v3
id: scan
with:
image: ghcr.io/${{ github.actor }}/mall-catalog:${{github.sha}}
image: ghcr.io/arch/mall-catalog:${{github.sha}}
fail-build: false
severity-cutoff: high
acs-report-enable: true
Expand Down

0 comments on commit ab45811

Please sign in to comment.