This commit is contained in:
subochev 2025-08-03 13:01:01 +03:00
parent c1480c025c
commit f160ff8928

View File

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