Update docker/login-action digest to 5b7b28b (#184)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-13 23:25:07 +00:00
committed by GitHub
parent 17d2b6956b
commit 35c45fc230

View File

@@ -20,13 +20,13 @@ jobs:
contents: read
packages: write
steps:
- uses: docker/login-action@bdf14dc17331d6af6f3653e7ca655ee4a136baa5
- uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
if: github.event_name != 'pull_request'
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/login-action@bdf14dc17331d6af6f3653e7ca655ee4a136baa5
- uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
if: github.event_name != 'pull_request'
with:
registry: ghcr.io