Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wansir authored Mar 19, 2024
1 parent 338bf9d commit c242dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
- name: Run buildx
run: |
docker buildx build --platform linux/amd64,linux/arm64 --push --file ./Dockerfile -t kubesphere/kubectl:${{ steps.prepare.outputs.version }} .
docker buildx build --platform linux/amd64,linux/arm64 --push --file ./Dockerfile -t kubesphere/toolbox:${{ steps.prepare.outputs.version }} .

0 comments on commit c242dd4

Please sign in to comment.