Update docker/login-action digest to bdf14dc (#80)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-08 20:37:14 +00:00
committed by GitHub
parent dd6a3f71ec
commit a19734a873

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@184bdaa0721073962dff0199f1fb9940f07167d1
uses: docker/login-action@bdf14dc17331d6af6f3653e7ca655ee4a136baa5
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}