We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d9ef5 commit 74df1f1Copy full SHA for 74df1f1
.github/workflows/update-docker-images.yml
@@ -71,7 +71,7 @@ jobs:
71
echo "tag=${{ needs.variables.outputs.kic-tag }}${dist}" >> $GITHUB_OUTPUT
72
- name: Check if update available for ${{ matrix.base_image.version }}
73
id: update
74
- uses: lucacome/docker-image-update-checker@93aeebde51b01e63284197bae89f9a1d6dd1921f # v1.1.1
+ uses: lucacome/docker-image-update-checker@312448ddbde14d783bdf3d9374e27b02b53c34f2 # v1.2.0
75
with:
76
base-image: ${{ matrix.base_image.version}}
77
image: nginx/nginx-ingress:${{ steps.dist.outputs.tag }}
0 commit comments