diff --git a/.github/workflows/build-test-push.yml b/.github/workflows/build-test-push.yml index 9f9cf6e..0462285 100644 --- a/.github/workflows/build-test-push.yml +++ b/.github/workflows/build-test-push.yml @@ -43,7 +43,7 @@ jobs: submodules: "recursive" - name: Log in to the Container registry - uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99 + uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}