Skip to content

Commit

Permalink
replace k8s.gcr.io by registry.k8s.io
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu committed Nov 18, 2024
1 parent 86734dd commit 8fb749e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8fb749e

Please sign in to comment.