11
This commit is contained in:
parent
c1480c025c
commit
f160ff8928
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user