Actualiser action.yaml

This commit is contained in:
2025-04-14 16:33:53 +02:00
parent 73e5eddbfb
commit 76a76b37e4

View File

@@ -167,4 +167,15 @@ runs:
check_message: 'Docker image for ${{ inputs.image_name }} built and tagged' check_message: 'Docker image for ${{ inputs.image_name }} built and tagged'
debug: ${{ inputs.debug }} 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 }}