Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FacerAin authored Dec 4, 2023
1 parent 495d644 commit b73437b
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 @@ -28,5 +28,5 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build Image
working-directory: python
working-directory: .
run: docker buildx build --platform linux/amd64,linux/arm64 -t syw5141/khugpt-agent:${{ steps.vars.outputs.tag }} --push .

0 comments on commit b73437b

Please sign in to comment.