Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ on:
required: true
description: "Google Artifact Registry service account key (JSON)"

pypi_username:
description: |
Username to use to log in into our private PyPi server.
required: false
pypi_password:
description: |
Password to use to log in into our private PyPi server.
required: false

jobs:
build-and-push:
runs-on: ${{ inputs.os }}
Expand Down Expand Up @@ -158,3 +167,6 @@ jobs:
ssh: default
cache-from: type=gha
cache-to: type=gha,mode=max
secrets: |
pypi_username=${{ secrets.pypi_username }}
pypi_password=${{ secrets.pypi_password }}