diff --git a/action.yaml b/action.yaml index 78b7b4e..f658a5b 100644 --- a/action.yaml +++ b/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 }}