Update action.yaml

This commit is contained in:
subochev 2025-08-03 13:04:12 +03:00
parent 0ed1fd751d
commit 2f6af0a730

View File

@ -18,9 +18,9 @@ inputs:
runs:
using: "composite"
steps:
- name: Print Image Name
shell: bash
run: "echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}'"
# - name: Print Image Name
# shell: bash
# run: "echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}'"
- name: Build Image
id: build-image
uses: redhat-actions/buildah-build@v2