Update action.yaml

This commit is contained in:
subochev 2025-08-03 13:37:13 +03:00
parent 913493833b
commit e5430de9f8

View File

@ -22,7 +22,7 @@ runs:
shell: bash
run: >-
echo '------------------------';
echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}';
echo '⭐⭐⭐ ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }} ⭐⭐⭐';
echo '------------------------';
- name: Build Image