Update action.yaml
This commit is contained in:
parent
f5eef8cda0
commit
0bd454e0c2
@ -20,7 +20,11 @@ runs:
|
||||
steps:
|
||||
- name: Print Image Name
|
||||
shell: bash
|
||||
run: "echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}'"
|
||||
run: >-
|
||||
echp '------------------------';
|
||||
echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}';
|
||||
echp '------------------------';
|
||||
|
||||
- name: Build Image
|
||||
id: build-image
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user