Update docker/login-action digest to 184bdaa (#67)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-07 05:04:44 +00:00
committed by GitHub
parent 37dc2763e3
commit 6416f1a4ff
+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@3d100841f68d4548bf57e52eb27bd33ec5069f55
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}