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 8706943 commit e6d5dc1Copy full SHA for e6d5dc1
.github/workflows/docker-chatbot-rag-app.yml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
context: example-apps/chatbot-rag-app
49
tags: ${{ github.event_name == 'pull_request' && 'chatbot-rag-app:rag' || null }}
50
- 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' }}
+ outputs: type=${{ github.event_name == 'pull_request' && 'docker' || 'image' }},name=${{ github.event_name == 'pull_request' && 'chatbot-rag-app:rag' || env.IMAGE }},push-by-digest=true,name-canonical=true,push=${{ github.event_name == 'push' && 'true' || 'false' }}
51
cache-from: type=gha
52
cache-to: type=gha,mode=max
53
- run: docker run --rm chatbot-rag-app:rag
0 commit comments