Skip to content

Commit

Permalink
Update MaxymVlasov/dive-action action to v1.2.1 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 50bd90d commit 80e0161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_shared_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- name: Load image into docker daemon
run: docker load < output.tar
- name: Dive analysis (amd64)
uses: MaxymVlasov/dive-action@v1.1.0
uses: MaxymVlasov/dive-action@v1.2.1
with:
image: ghcr.io/${{ inputs.owner }}/${{ inputs.image }}:${{ inputs.version }}-amd64
- name: Dive analysis (arm64)
uses: MaxymVlasov/dive-action@v1.1.0
uses: MaxymVlasov/dive-action@v1.2.1
with:
image: ghcr.io/${{ inputs.owner }}/${{ inputs.image }}:${{ inputs.version }}-arm64

0 comments on commit 80e0161

Please sign in to comment.