Skip to content

Commit

Permalink
Use docker-image-update-checker v1.2.1 to fix error
Browse files Browse the repository at this point in the history
This fixes error `Cannot iterate over null` when retrieving manifest for
single platform
  • Loading branch information
aguslr committed Dec 19, 2023
1 parent 460452a commit 5c9b86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- name: Check if update available
id: check
uses: lucacome/docker-image-update-checker@v1.2.0
uses: lucacome/docker-image-update-checker@v1.2.1
with:
base-image: ${{ env.IMAGE_BASE }}
image: ${{ env.REGISTRY_USERNAME }}/${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 5c9b86b

Please sign in to comment.