generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -86,7 +86,7 @@ runs:
|
|||||||
step "Start pushing" "${{ inputs.image_name }}"
|
step "Start pushing" "${{ inputs.image_name }}"
|
||||||
|
|
||||||
for tag in "${tags[@]}" ; do
|
for tag in "${tags[@]}" ; do
|
||||||
if ${{ inputs.push_command }} push ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:$tag ; then
|
if ${{ inputs.push_command }} push ${{ inputs.registry_server }}/${{ inputs.image_name }}:$tag ; then
|
||||||
success "Image pushing" "${{ inputs.image_name }}:${tag}"
|
success "Image pushing" "${{ inputs.image_name }}:${tag}"
|
||||||
else
|
else
|
||||||
error "Failed" "pushing of image ${{ inputs.image_name }}:${tag}"
|
error "Failed" "pushing of image ${{ inputs.image_name }}:${tag}"
|
||||||
|
|||||||
Reference in New Issue
Block a user