Skip to content

Commit

Permalink
Add login step to updater (#2478)
Browse files Browse the repository at this point in the history
Add login step to udpater
  • Loading branch information
lucacome authored Aug 28, 2024
1 parent d4be2b8 commit f301b27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
outputs:
needs-updating: ${{ steps.needs.outputs.needs-updating }}
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Check if update available for nginx image
id: update
uses: lucacome/docker-image-update-checker@f50d56412b948cfdbb842c5419372681e0db3df1 # v1.2.1
Expand Down

0 comments on commit f301b27

Please sign in to comment.