Skip to content

Commit

Permalink
Merge branch 'karmada-io:master' into feature_globalResource
Browse files Browse the repository at this point in the history
  • Loading branch information
duanmengkk committed May 12, 2022
2 parents b9449c0 + df6560a commit 9f5724c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dockerhub-latest-image.yml
Expand Up @@ -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 }}
3 changes: 2 additions & 1 deletion .github/workflows/dockerhub-released-image.yml
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion hack/docker.sh
Expand Up @@ -31,7 +31,7 @@ REGISTRY=${REGISTRY:-"swr.ap-southeast-1.myhuaweicloud.com/karmada"}
VERSION=${VERSION:="unknown"}

function build_images() {
local -ra target=$1
local -r target=$1
local -r output_type=${OUTPUT_TYPE:-docker}
local platforms="${BUILD_PLATFORMS:-"$(util:host_platform)"}"

Expand Down

0 comments on commit 9f5724c

Please sign in to comment.