Skip to content

Commit

Permalink
Merge pull request #4 from ROOMrepair/main
Browse files Browse the repository at this point in the history
modify docker build image name
  • Loading branch information
kubesphere-prow[bot] authored Dec 20, 2024
2 parents 38ba8d6 + a8b3066 commit a1197fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-push-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,12 @@ jobs:
ls ui/apps/dashboard/dist
- name: build-dashboard-image
run: |
make image-karmada-dashboard-web GOARCH=amd64
make image-karmada-dashboard-web GOARCH=amd64 REGISTRY=docker.io/kubesphere
- name: login-docker
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: tag-and-push-image
run: |
docker tag karmada/karmada-dashboard-web:main kubesphere/karmada-dashboard-web:${{ env.VERSION }}
docker push kubesphere/karmada-dashboard-web:${{ env.VERSION }}

0 comments on commit a1197fc

Please sign in to comment.