Update action.yaml

This commit is contained in:
subochev 2025-08-03 13:32:13 +03:00
parent f5eef8cda0
commit 0bd454e0c2

View File

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