Skip to content

Commit

Permalink
use latest analysis step.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Sep 16, 2024
1 parent b94e15b commit 48ed181
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 @@ -61,7 +61,7 @@ jobs:
cd test && bash ./run_tests.sh "ghcr.io/$GITHUB_REPOSITORY_OWNER/$IMAGE:$GIT_BRANCH"
- name: Run docker image analysis
uses: MaxymVlasov/dive-action@1.0.1
uses: MaxymVlasov/dive-action@v1.0.1
with:
image: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE }}:${{ env.GIT_BRANCH }}
config-file: ${{ env.GITHUB_WORKSPACE }}/.dive-ci.yml
Expand Down

0 comments on commit 48ed181

Please sign in to comment.