diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index a3a9e1e5..b3912a85 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -184,7 +184,7 @@ jobs: version: v${{ env.BUILDX_VERSION }} - name: Login to registry - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.5.0 with: registry: ${{ env.CONTAINER_REGISTRY_GHCR }} username: ${{ github.actor }}