Skip to content

Commit

Permalink
update pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Sep 16, 2024
1 parent 27a1904 commit 2008491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Run docker image analysis
uses: yuichielectric/[email protected]
with:
image: ${{ env.IMAGE }}:${{ env.GIT_BRANCH }}
image: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE }}:${{ env.GIT_BRANCH }}
config-file: ${{ env.GITHUB_WORKSPACE }}/.dive-ci.yml
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 2008491

Please sign in to comment.