Skip to content

Commit f4df728

Browse files
committed
Fix workflow of push latest image
Signed-off-by: RainbowMango <[email protected]>
1 parent 49b5a6d commit f4df728

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)