Skip to content

Commit 904ba60

Browse files
authored
Merge pull request #172 from RainbowMango/pr_fix_push-image-workflow
Fix workflow of push latest image
2 parents 49b5a6d + f4df728 commit 904ba60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
username: ${{ secrets.DOCKERHUB_USER_NAME }}
5959
password: ${{ secrets.DOCKERHUB_TOKEN }}
6060
- name: Build karmada-dashboard-web binary
61-
run: make bin-karmada-dashboard-web
61+
run: make karmada-dashboard-web
6262
- name: Download artifact
6363
uses: actions/download-artifact@v4
6464
with:

0 commit comments

Comments
 (0)