Skip to content

Commit fac76d7

Browse files
Update lucacome/docker-image-update-checker action to v2 (#2678)
* 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> * Update update-docker-images.yml --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Luca Comellini <[email protected]>
1 parent b2f0bfe commit fac76d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Update Docker Images
33
on:
44
schedule:
55
- cron: "0 2 * * *" # run every day at 02:00 UTC
6+
workflow_dispatch: # yamllint disable-line rule:empty-values
67

78
defaults:
89
run:
@@ -61,7 +62,7 @@ jobs:
6162

6263
- name: Check if update available for nginx image
6364
id: update
64-
uses: lucacome/docker-image-update-checker@f50d56412b948cfdbb842c5419372681e0db3df1 # v1.2.1
65+
uses: lucacome/docker-image-update-checker@a233de0585661c019fb71f9601328db37051cc66 # v2.0.0
6566
with:
6667
base-image: ${{ needs.variables.outputs.nginx_version }}
6768
image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:${{ needs.variables.outputs.ngf_tag }}

0 commit comments

Comments
 (0)