Skip to content

Commit 4338237

Browse files
committed
use full tag for dive.
1 parent 867dd03 commit 4338237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Run docker image analysis
7373
uses: yuichielectric/[email protected]
7474
with:
75-
image: ${{ env.IMAGE }}:${{ env.GIT_BRANCH }}
75+
image: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE }}:${{ env.GIT_BRANCH }}
7676
config-file: ${{ env.GITHUB_WORKSPACE }}/.dive-ci.yml
7777
github-token: ${{ secrets.GITHUB_TOKEN }}
7878

0 commit comments

Comments
 (0)