diff --git a/.github/workflows/releases-images.yml b/.github/workflows/releases-images.yml index 5065f4c797..38d4f0fc59 100644 --- a/.github/workflows/releases-images.yml +++ b/.github/workflows/releases-images.yml @@ -30,7 +30,7 @@ jobs: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - name: Push images run: | - OLD_REGISTRY=k8s.gcr.io REGISTRY="ghcr.io/$(echo ${{ github.repository }} | tr "A-Z" "a-z")" make push-image + OLD_REGISTRY=registry.k8s.io REGISTRY="ghcr.io/$(echo ${{ github.repository }} | tr "A-Z" "a-z")" make push-image - name: Sync others image env: GH_ID: ${{ github.actor }}