Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Whatever.
  • Loading branch information
Narsil committed Jan 17, 2025
commit 1da7961a832923db02eaeb76559e56e62fcd1074
4 changes: 2 additions & 2 deletions .github/workflows/python-api-sentence-transformers-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v4
working-directory: docker_images/sentence_transformers
with:
context: .
context: docker_images/sentence_transformers
dockerfile: docker_images/sentence_transformers/Dockerfile
push: true
platforms: 'linux/amd64'
build-args: |
Expand Down
Loading