Merge pull request #1771 from ikaven1024/speedup
fix docker hub push failed
This commit is contained in:
commit
5b30187838
|
@ -45,5 +45,6 @@ jobs:
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: build and publish images
|
- name: build and publish images
|
||||||
env:
|
env:
|
||||||
|
REGISTRY: karmada
|
||||||
VERSION: latest
|
VERSION: latest
|
||||||
run: make mp-image-${{ matrix.target }}
|
run: make mp-image-${{ matrix.target }}
|
||||||
|
|
|
@ -40,6 +40,7 @@ jobs:
|
||||||
username: ${{ secrets.DOCKERHUB_USER_NAME }}
|
username: ${{ secrets.DOCKERHUB_USER_NAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: build and publish images
|
- name: build and publish images
|
||||||
env:
|
env:
|
||||||
|
REGISTRY: karmada
|
||||||
VERSION: ${{ github.ref_name }}
|
VERSION: ${{ github.ref_name }}
|
||||||
run: make mp-image-${{ matrix.target }}
|
run: make mp-image-${{ matrix.target }}
|
||||||
|
|
Loading…
Reference in New Issue