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