Skip to content

Commit 28505fe

Browse files
authored
Update docker-publish-reasoning.yaml
1 parent 5b9eb6b commit 28505fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish-reasoning.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
id: build-and-push
8080
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
8181
with:
82-
context: .
83-
file: reasoning/Dockerfile
82+
context: ./reasoning
83+
#file: reasoning/Dockerfile
8484
push: ${{ github.event_name != 'pull_request' }}
8585
tags: ${{ steps.meta.outputs.tags }}
8686
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)