Be more explicit about Debian IMG

This commit is contained in:
Joshua M. Boniface 2024-06-08 10:56:20 -04:00
parent 64af220dad
commit 47b4b2b77e

View File

@ -177,7 +177,7 @@ jobs:
- uses: actions/checkout@v4
- name: Docker Build
run: |
docker build -f deployment/Dockerfile.debian -t builddeb --build-arg TAG=${{ matrix.tag }} deployment
docker build -f deployment/Dockerfile.debian -t builddeb --build-arg TAG=${{ matrix.tag }} --build-arg IMG=debian deployment
docker run -v $(pwd)/deployment/dist:/dist -v $(pwd):/jellyfin -e TAG=${{ matrix.tag }} builddeb
- name: Archive production artifacts
uses: actions/upload-artifact@v4