updates
This commit is contained in:
@@ -2,12 +2,12 @@ name: docker-build-push
|
||||
description: Clone app repo, build Docker image, and push it to the private registry
|
||||
|
||||
inputs:
|
||||
git_base_url:
|
||||
description: Base Git host without scheme path, for example git.example.com
|
||||
git_server_url:
|
||||
description: Full Git server URL, for example https://git.example.com
|
||||
required: true
|
||||
|
||||
git_repository:
|
||||
description: Repository path, for example example/signup_app
|
||||
description: Repository path, for example example/testapp
|
||||
required: true
|
||||
|
||||
git_sha:
|
||||
@@ -24,7 +24,7 @@ inputs:
|
||||
|
||||
registry:
|
||||
description: OCI registry host
|
||||
required: true
|
||||
required: false
|
||||
default: zmeyka.exocortex.ru
|
||||
|
||||
registry_user:
|
||||
@@ -36,7 +36,7 @@ inputs:
|
||||
required: true
|
||||
|
||||
image_name:
|
||||
description: Image path inside registry, for example example/signup_app
|
||||
description: Image path inside registry, for example example/testapp
|
||||
required: true
|
||||
|
||||
image_tag:
|
||||
@@ -59,7 +59,7 @@ runs:
|
||||
- name: Run build and push script
|
||||
shell: bash
|
||||
env:
|
||||
INPUT_GIT_BASE_URL: ${{ inputs.git_base_url }}
|
||||
INPUT_GIT_SERVER_URL: ${{ inputs.git_server_url }}
|
||||
INPUT_GIT_REPOSITORY: ${{ inputs.git_repository }}
|
||||
INPUT_GIT_SHA: ${{ inputs.git_sha }}
|
||||
INPUT_GIT_USER: ${{ inputs.git_user }}
|
||||
|
||||
Reference in New Issue
Block a user