From 76a76b37e4a46607ad5b2eb966b4d83c5a43966d Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 16:33:53 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 }}