Skip to content

Commit e6d5dc1

Browse files
committed
Fix tag
1 parent 8706943 commit e6d5dc1

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
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
context: example-apps/chatbot-rag-app
4949
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' }}
50+
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' }}
5151
cache-from: type=gha
5252
cache-to: type=gha,mode=max
5353
- run: docker run --rm chatbot-rag-app:rag

0 commit comments

Comments
 (0)