generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -24,7 +24,7 @@ inputs:
|
||||
tag_command:
|
||||
description: 'Command used to tag the image (docker|podman)'
|
||||
required: false
|
||||
default: podman
|
||||
default: docker
|
||||
debug:
|
||||
description: 'Run the action in debug mode'
|
||||
required: false
|
||||
@@ -52,7 +52,7 @@ runs:
|
||||
echo "DEBUG=ON" >> $GITHUB_ENV
|
||||
debug Debug switch on
|
||||
|
||||
- name: Tash description
|
||||
- name: Task description
|
||||
shell: bash
|
||||
run: |
|
||||
source "${{ github.action_path }}/../bashlib.sh"
|
||||
@@ -78,7 +78,7 @@ runs:
|
||||
|
||||
image="${{ inputs.registry_server }}/${{ inputs.image_name }}${sep}${tags[0]}"
|
||||
|
||||
if [[ ${{ input.no_cache }} == "true" ]] ; then
|
||||
if [[ ${{ inputs.no_cache }} == "true" ]] ; then
|
||||
nocache="--pull --no-cache"
|
||||
else
|
||||
nocache=""
|
||||
|
||||
Reference in New Issue
Block a user