diff --git a/.github/workflows/agent-runtime-images.yml b/.github/workflows/agent-runtime-images.yml index 0c775d67..1b6ea218 100644 --- a/.github/workflows/agent-runtime-images.yml +++ b/.github/workflows/agent-runtime-images.yml @@ -33,7 +33,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log into GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}