generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -29,6 +29,7 @@ inputs:
|
|||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set debug mode
|
- name: Set debug mode
|
||||||
if: ${{ inputs.debug == true }}
|
if: ${{ inputs.debug == true }}
|
||||||
@@ -57,7 +58,7 @@ runs:
|
|||||||
|| error "Failed" "Cannot built the image ${{ inputs.image_name }}" \
|
|| error "Failed" "Cannot built the image ${{ inputs.image_name }}" \
|
||||||
&& success "Image build" "${{ inputs.image_name }}"
|
&& success "Image build" "${{ inputs.image_name }}"
|
||||||
|
|
||||||
-name: tag images
|
- name: tag images
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
source "${{ github.action_path }}/bashlib.sh"
|
source "${{ github.action_path }}/bashlib.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user