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 19e6280 commit 770310bCopy full SHA for 770310b
.github/workflows/docker-chatbot-rag-app.yml
@@ -51,7 +51,7 @@ jobs:
51
id: build
52
with:
53
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' }}
+ 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' }}
55
cache-from: type=gha
56
cache-to: type=gha,mode=max
57
- name: start elasticsearch
0 commit comments