fix docker hub push failed

Signed-off-by: yingjinhui <yingjinhui@didiglobal.com>
This commit is contained in:
yingjinhui 2022-05-11 16:30:47 +08:00
parent 627c040f18
commit c2dfc3a3f9
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

@ -40,6 +40,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USER_NAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: build and publish images
env:
env:
REGISTRY: karmada
VERSION: ${{ github.ref_name }}
run: make mp-image-${{ matrix.target }}