Skip to content

Commit 8fb749e

Browse files
committed
replace k8s.gcr.io by registry.k8s.io
1 parent 86734dd commit 8fb749e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
3131
- name: Push images
3232
run: |
33-
OLD_REGISTRY=k8s.gcr.io REGISTRY="ghcr.io/$(echo ${{ github.repository }} | tr "A-Z" "a-z")" make push-image
33+
OLD_REGISTRY=registry.k8s.io REGISTRY="ghcr.io/$(echo ${{ github.repository }} | tr "A-Z" "a-z")" make push-image
3434
- name: Sync others image
3535
env:
3636
GH_ID: ${{ github.actor }}

0 commit comments

Comments
 (0)