We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfc9ea commit d2b8fb0Copy full SHA for d2b8fb0
.github/workflows/docker-chatbot-rag-app.yml
@@ -88,7 +88,7 @@ jobs:
88
cp env.example .env
89
docker compose run --rm -T create-index
90
env:
91
- IMAGE: ${{ steps.build.outputs.digest }}
+ IMAGE: ${{ needs.build-image.outputs.digest }}
92
93
push-manifest:
94
runs-on: ubuntu-24.04
0 commit comments