Skip to content

Commit 770310b

Browse files
load to docker
Co-authored-by: Anuraag (Rag) Agrawal <[email protected]>
1 parent 19e6280 commit 770310b

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
@@ -51,7 +51,7 @@ jobs:
5151
id: build
5252
with:
5353
context: example-apps/chatbot-rag-app
54-
outputs: type=image,name=${{ env.IMAGE }},push-by-digest=true,name-canonical=true,push=${{ github.event_name == 'push' && 'true' || 'false' }}
54+
outputs: type=${{ github.event_name == 'pull_request' && 'docker' || 'image' }},name=${{ env.IMAGE }},push-by-digest=true,name-canonical=true,push=${{ github.event_name == 'push' && 'true' || 'false' }}
5555
cache-from: type=gha
5656
cache-to: type=gha,mode=max
5757
- name: start elasticsearch

0 commit comments

Comments
 (0)