Update action.yaml

This commit is contained in:
subochev 2025-08-03 13:02:19 +03:00
parent f160ff8928
commit 0ed1fd751d

View File

@ -20,10 +20,7 @@ runs:
steps:
- name: Print Image Name
shell: bash
run: >-
echo '----------============IMAGE NAME============----------';
echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}';
echo '----------============IMAGE NAME============----------';
run: "echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}'"
- name: Build Image
id: build-image
uses: redhat-actions/buildah-build@v2