Skip to content

Commit d2b8fb0

Browse files
fix digest
Signed-off-by: Adrian Cole <[email protected]>
1 parent 1bfc9ea commit d2b8fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-chatbot-rag-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
cp env.example .env
8989
docker compose run --rm -T create-index
9090
env:
91-
IMAGE: ${{ steps.build.outputs.digest }}
91+
IMAGE: ${{ needs.build-image.outputs.digest }}
9292

9393
push-manifest:
9494
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)