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 d4be2b8 commit f301b27Copy full SHA for f301b27
.github/workflows/update-docker-images.yml
@@ -52,6 +52,13 @@ jobs:
52
outputs:
53
needs-updating: ${{ steps.needs.outputs.needs-updating }}
54
steps:
55
+ - name: Login to GitHub Container Registry
56
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
57
+ with:
58
+ registry: ghcr.io
59
+ username: ${{ github.repository_owner }}
60
+ password: ${{ secrets.GITHUB_TOKEN }}
61
+
62
- name: Check if update available for nginx image
63
id: update
64
uses: lucacome/docker-image-update-checker@f50d56412b948cfdbb842c5419372681e0db3df1 # v1.2.1
0 commit comments