generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
11
action.yaml
11
action.yaml
@@ -167,4 +167,15 @@ runs:
|
||||
check_message: 'Docker image for ${{ inputs.image_name }} built and tagged'
|
||||
debug: ${{ inputs.debug }}
|
||||
|
||||
- name: Push image to registry
|
||||
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/push-image@main
|
||||
with:
|
||||
registry_login: true
|
||||
image_name: '${{ inputs.image_name }}'
|
||||
image_tags: '${{ env.IMAGE_TAGS }}'
|
||||
registry_server: '${{ inputs.registry_server }}'
|
||||
registry_user: '${{ inputs.registry_user }}'
|
||||
registry_password: '${{ inputs.registry_password }}'
|
||||
push_command: '${{ inputs.tag_command }}'
|
||||
debug: ${{ inputs.debug }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user