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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-14 07:56:30 +00:00
committed by GitHub
parent ec1cc3ab4c
commit bbba402a1a

View File

@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v5
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
- name: Log in to the Container registry
uses: docker/login-action@bdf14dc17331d6af6f3653e7ca655ee4a136baa5
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}