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 372aa06 commit 74734b4Copy full SHA for 74734b4
.github/workflows/docker-chatbot-rag-app.yml
@@ -50,11 +50,13 @@ jobs:
50
cache-from: type=gha
51
cache-to: type=gha,mode=max
52
- name: export digest
53
+ if: github.event_name == 'push'
54
run: |
55
mkdir -p /tmp/digests
56
digest="${{ steps.build.outputs.digest }}"
57
touch "/tmp/digests/${digest#sha256:}"
58
- name: upload digest
59
60
uses: actions/upload-artifact@v4
61
with:
62
name: digests-${{ matrix.runner }}
0 commit comments