generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
name: 'Connect to a docker registry'
|
name: 'Connect to a docker registry'
|
||||||
description: 'Connection to a docker registry using podman or docker'
|
description: 'Connection to a docker registry using podman, docker or skopeo'
|
||||||
author: 'Eric Coissac'
|
author: 'Eric Coissac'
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
registry_command:
|
registry_command:
|
||||||
description: 'command used to realise the login'
|
description: 'command used to realise the login'
|
||||||
required: false
|
required: false
|
||||||
default: 'podman'
|
default: 'skopeo'
|
||||||
registry_server:
|
registry_server:
|
||||||
description: 'Address of the image registry server'
|
description: 'Address of the image registry server'
|
||||||
required: false
|
required: false
|
||||||
@@ -39,7 +39,7 @@ runs:
|
|||||||
echo "DEBUG=ON" >> $GITEA_ENV
|
echo "DEBUG=ON" >> $GITEA_ENV
|
||||||
debug Debug switch on
|
debug Debug switch on
|
||||||
|
|
||||||
- name: Podman connection to the registry
|
- name: Connection to the registry
|
||||||
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