Attempting to formulate private repository setup
This commit is contained in:
parent
4142f5c3b1
commit
78ab3750a1
|
@ -65,6 +65,18 @@ jobs:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
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
|
- name: Get Meta
|
||||||
id: meta
|
id: meta
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user