Skip to content

Commit

Permalink
fix: downgrade docker-image-size-limit to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored Jan 22, 2025
1 parent e9ca9b2 commit 8137f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
image: ${{ steps.loaded_image.outputs.full_name }}
github-token: ${{ github.token }}

- uses: wemake-services/docker-image-size-limit@master
- uses: wemake-services/docker-image-size-limit@2.0.0
with:
image: ${{ steps.loaded_image.outputs.full_name }}
size: ${{ matrix.root_image.max_size }}
Expand Down

0 comments on commit 8137f8e

Please sign in to comment.