6
0

Attempting to formulate private repository setup

This commit is contained in:
Jon Michael Aanes 2023-12-07 23:33:42 +01:00
parent 4142f5c3b1
commit 78ab3750a1

View File

@ -65,6 +65,18 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: extractions/netrc@v1
if: ${{ hashFiles('requirements_private.txt') != '' }}
with:
registry: ${{ inputs.DOCKER_REG_DOMAIN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Download private dependencies
if: ${{ hashFiles('requirements_private.txt') != '' }}
run: |
pip download -r requirements_private.txt -d private_deps --no-deps
- name: Get Meta
id: meta
run: |