Update action.yaml

This commit is contained in:
subochev 2025-08-03 13:35:59 +03:00
parent 0bd454e0c2
commit 913493833b

View File

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