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 }}
|
||||
- name: build and publish images
|
||||
env:
|
||||
REGISTRY: karmada
|
||||
VERSION: latest
|
||||
run: make mp-image-${{ matrix.target }}
|
||||
|
|
|
@ -41,5 +41,6 @@ jobs:
|
|||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: build and publish images
|
||||
env:
|
||||
REGISTRY: karmada
|
||||
VERSION: ${{ github.ref_name }}
|
||||
run: make mp-image-${{ matrix.target }}
|
||||
|
|
Loading…
Reference in New Issue