add registry param
This commit is contained in:
1
.github/workflows/publish_docker.yml
vendored
1
.github/workflows/publish_docker.yml
vendored
@@ -94,6 +94,7 @@ jobs:
|
|||||||
http_proxy=${{ inputs.http_proxy }}
|
http_proxy=${{ inputs.http_proxy }}
|
||||||
https_proxy=${{ inputs.http_proxy }}
|
https_proxy=${{ inputs.http_proxy }}
|
||||||
version=${{ steps.meta.outputs.version }}
|
version=${{ steps.meta.outputs.version }}
|
||||||
|
registry=${{ secrets.REGISTRY_HOST }}
|
||||||
context: ${{ inputs.docker_context }}
|
context: ${{ inputs.docker_context }}
|
||||||
file: ${{ inputs.dockerfile_path }}
|
file: ${{ inputs.dockerfile_path }}
|
||||||
platforms: ${{ inputs.platforms }}
|
platforms: ${{ inputs.platforms }}
|
||||||
|
|||||||
Reference in New Issue
Block a user