diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b4a21e..099f227 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: with: buildkitd-flags: '--allow-insecure-entitlement network.host' - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}