1
This commit is contained in:
parent
7095e41f61
commit
c1480c025c
@ -18,6 +18,12 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
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============----------'
|
||||||
- name: Build Image
|
- name: Build Image
|
||||||
id: build-image
|
id: build-image
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user