Update docker/login-action digest to 6d4b68b (#42)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-24 03:08:34 +00:00
committed by GitHub
parent e06055d373
commit 0888274738
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
# 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@abd3abc99c62be8f17fda11fadefceaa006f6f9e
uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}