diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml
index 8d808b01ba596e35a7c5e05ffeb0d2a5a128013f..9f1e22c6621ceae6664baeb2be8a6300b0e34203 100644
--- a/.github/workflows/build-container.yml
+++ b/.github/workflows/build-container.yml
@@ -20,7 +20,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v4
       - name: Log in to the Container registry
-        uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
+        uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6
         with:
           registry: ${{ env.REGISTRY }}
           username: ${{ github.actor }}