diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index fecdf70..737267c 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -24,7 +24,7 @@ jobs: - name: "Checkout the repository" uses: actions/checkout@v4 - name: "Log in to the Container registry" - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}