Merge pull request #1771 from ikaven1024/speedup

fix docker hub push failed
This commit is contained in:
karmada-bot 2022-05-11 17:15:32 +08:00 committed by GitHub
commit 5b30187838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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 }}

View File

@ -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 }}