diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ebb85f23..ad5e8316 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -67,7 +67,7 @@ jobs: make install_k8s make start_k8s - name: Login to ghcr.io - uses: docker/login-action@v2.0.0 + uses: docker/login-action@v2.2.0 with: registry: ghcr.io username: ${{ github.actor }}