We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85866a9 + beccf7e commit 7c225cbCopy full SHA for 7c225cb
.github/workflows/release.yml
@@ -33,8 +33,11 @@ jobs:
33
env:
34
DOCKER_BUILDKIT: 1
35
BUILDKIT_STEP_LOG_MAX_SIZE: 10485760
36
- # This environment variable will override the VERSION variable in docker-bake.hcl
+ # These environment variables will override the defaults within docker-bake.hcl
37
VERSION: ${{ needs.prepare-release.outputs.version_tag }} # Use tag version (vX.Y.Z) for bake
38
+ REGISTRY: ${{ vars.REGISTRY || 'ghcr.io' }} # Override with GitHub Action Environment Variable
39
+ OWNER: ${{ vars.OWNER || 'remsky' }}
40
+ REPO: ${{ vars.REPO || 'kokoro-fastapi' }}
41
steps:
42
- name: Checkout repository
43
uses: actions/checkout@v4
0 commit comments