diff --git a/.github/workflows/update-docker-images.yml b/.github/workflows/update-docker-images.yml index 23496054..a11a6c62 100644 --- a/.github/workflows/update-docker-images.yml +++ b/.github/workflows/update-docker-images.yml @@ -60,7 +60,7 @@ jobs: echo "tag=${{ needs.variables.outputs.git_tag }}${dist}" >> $GITHUB_OUTPUT - name: Check if update available ${{ matrix.base_image.version }} id: update - uses: lucacome/docker-image-update-checker@v1 + uses: lucacome/docker-image-update-checker@v2 with: base-image: ${{ matrix.base_image.version }} image: opentracing/nginx-opentracing:${{ steps.dist.outputs.tag }}