Skip to content

Commit 0c95cdd

Browse files
Update lucacome/docker-image-update-checker action to v3 (#950)
| datasource | package | from | to | | ----------- | ------------------------------------ | ---- | -- | | github-tags | lucacome/docker-image-update-checker | v2 | v3 | 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 b7804c6 commit 0c95cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "tag=${{ needs.variables.outputs.git_tag }}${dist}" >> $GITHUB_OUTPUT
6161
- name: Check if update available ${{ matrix.base_image.version }}
6262
id: update
63-
uses: lucacome/docker-image-update-checker@v2
63+
uses: lucacome/docker-image-update-checker@v3
6464
with:
6565
base-image: ${{ matrix.base_image.version }}
6666
image: opentracing/nginx-opentracing:${{ steps.dist.outputs.tag }}

0 commit comments

Comments
 (0)