fix: update PAPERLESS_GPT_IMAGE to use specific image tag format in Docker workflow

This commit is contained in:
Dominik Schröter 2025-02-02 23:10:01 +01:00
parent 95fff2eadb
commit 178e2d77a5

View file

@ -226,7 +226,7 @@ jobs:
env:
CI: true
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
PAPERLESS_GPT_IMAGE: ${{ needs.build-amd64.outputs.image_tag }}
PAPERLESS_GPT_IMAGE: icereed/paperless-gpt:pr-{{ github.sha }}-amd64
- name: Upload test results
if: always()
uses: actions/upload-artifact@v4