We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10aee20 commit e7667e8Copy full SHA for e7667e8
.github/workflows/build-image-test.yaml
@@ -102,7 +102,7 @@ jobs:
102
- name: Dive - check image for waste files
103
if: steps.changed-files-specific.outputs.any_changed == 'true'
104
# yamllint disable-line rule:line-length
105
- uses: MaxymVlasov/dive-action@379af3fc636888ada5899c997e8b52db6ad45023 # v1.0.1
+ uses: MaxymVlasov/dive-action@fbf11e0550ed9c0b1e7ffdf86abf9dfabd2aca00 # v1.0.1+ ARM64 support
106
with:
107
image: ${{ env.IMAGE }}
108
config-file: ${{ github.workspace }}/.github/.dive-ci.yaml
0 commit comments