Skip to content

Commit

Permalink
das-200: Update dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Jan 31, 2025
1 parent e60ba53 commit 26b2159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
context: src/
file: docker/Dockerfile
push: true
tags: trueagi/das:${{ github.event.inputs.version }}-builder
build-args: |
Expand Down

0 comments on commit 26b2159

Please sign in to comment.