Update action.yaml

This commit is contained in:
subochev 2025-08-03 13:38:22 +03:00
parent e5430de9f8
commit 54d4568d2b

View File

@ -21,9 +21,9 @@ runs:
- name: Print Image Name
shell: bash
run: >-
echo '------------------------';
echo '⭐⭐⭐ ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }} ⭐⭐⭐';
echo '------------------------';
echo '⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐';
echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}';
echo '⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐';
- name: Build Image
id: build-image