Skip to content

Commit

Permalink
Update lucacome/docker-image-update-checker action to v2 (#166)
Browse files Browse the repository at this point in the history
| datasource  | package                              | from | to |
| ----------- | ------------------------------------ | ---- | -- |
| github-tags | lucacome/docker-image-update-checker | v1   | v2 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent c7966cd commit 43b952a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "image=${image}" >> $GITHUB_OUTPUT
- name: Check if update needed for ${{ steps.variables.outputs.image }}
id: update
uses: lucacome/docker-image-update-checker@v1
uses: lucacome/docker-image-update-checker@v2
with:
base-image: library/nginx:mainline-alpine
image: ${{ steps.variables.outputs.image }}
Expand Down

0 comments on commit 43b952a

Please sign in to comment.