From d50b8428d9f74072a34ccb77f0f0b6fcefe2e272 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 04:00:21 +0000 Subject: [PATCH 1/2] Update lucacome/docker-image-update-checker action to v2 | datasource | package | from | to | | ----------- | ------------------------------------ | ------ | ------ | | github-tags | lucacome/docker-image-update-checker | v1.2.1 | v2.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/update-docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docker-images.yml b/.github/workflows/update-docker-images.yml index 95abb7a54a..5ae5d2ab51 100644 --- a/.github/workflows/update-docker-images.yml +++ b/.github/workflows/update-docker-images.yml @@ -61,7 +61,7 @@ jobs: - name: Check if update available for nginx image id: update - uses: lucacome/docker-image-update-checker@f50d56412b948cfdbb842c5419372681e0db3df1 # v1.2.1 + uses: lucacome/docker-image-update-checker@a233de0585661c019fb71f9601328db37051cc66 # v2.0.0 with: base-image: ${{ needs.variables.outputs.nginx_version }} image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:${{ needs.variables.outputs.ngf_tag }} From 58f0b59dbc610b3a4e32992506dc35a3c206be87 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Fri, 11 Oct 2024 09:23:06 -0700 Subject: [PATCH 2/2] Update update-docker-images.yml --- .github/workflows/update-docker-images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-docker-images.yml b/.github/workflows/update-docker-images.yml index 5ae5d2ab51..48b6fbae14 100644 --- a/.github/workflows/update-docker-images.yml +++ b/.github/workflows/update-docker-images.yml @@ -3,6 +3,7 @@ name: Update Docker Images on: schedule: - cron: "0 2 * * *" # run every day at 02:00 UTC + workflow_dispatch: # yamllint disable-line rule:empty-values defaults: run: