Update action.yaml
This commit is contained in:
parent
2f6af0a730
commit
f5eef8cda0
@ -18,9 +18,9 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
# - name: Print Image Name
|
- name: Print Image Name
|
||||||
# shell: bash
|
shell: bash
|
||||||
# run: "echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}'"
|
run: "echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}'"
|
||||||
- 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