We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86734dd commit 8fb749eCopy full SHA for 8fb749e
.github/workflows/releases-images.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
31
- name: Push images
32
run: |
33
- 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
34
- name: Sync others image
35
env:
36
GH_ID: ${{ github.actor }}
0 commit comments