We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9eb6b commit 28505feCopy full SHA for 28505fe
.github/workflows/docker-publish-reasoning.yaml
@@ -79,8 +79,8 @@ jobs:
79
id: build-and-push
80
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
81
with:
82
- context: .
83
- file: reasoning/Dockerfile
+ context: ./reasoning
+ #file: reasoning/Dockerfile
84
push: ${{ github.event_name != 'pull_request' }}
85
tags: ${{ steps.meta.outputs.tags }}
86
labels: ${{ steps.meta.outputs.labels }}
0 commit comments