Skip to content

Commit 43b952a

Browse files
Update lucacome/docker-image-update-checker action to v2 (#166)
| 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>
1 parent c7966cd commit 43b952a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "image=${image}" >> $GITHUB_OUTPUT
4141
- name: Check if update needed for ${{ steps.variables.outputs.image }}
4242
id: update
43-
uses: lucacome/docker-image-update-checker@v1
43+
uses: lucacome/docker-image-update-checker@v2
4444
with:
4545
base-image: library/nginx:mainline-alpine
4646
image: ${{ steps.variables.outputs.image }}

0 commit comments

Comments
 (0)