Update action.yaml
This commit is contained in:
parent
f160ff8928
commit
0ed1fd751d
@ -20,10 +20,7 @@ runs:
|
||||
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============----------';
|
||||
run: "echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}'"
|
||||
- name: Build Image
|
||||
id: build-image
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user