Update docker/login-action digest to 327cd5a

This commit is contained in:
renovate[bot]
2025-01-10 09:38:26 +00:00
committed by GitHub
parent 5f3cd92453
commit 68b330fa45

View File

@@ -22,7 +22,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@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}