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 - name: Print Image Name
shell: bash shell: bash
run: >- run: >-
echo '------------------------'; echo '⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐';
echo '⭐⭐⭐ ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }} ⭐⭐⭐'; echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}';
echo '------------------------'; echo '⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐';
- name: Build Image - name: Build Image
id: build-image id: build-image