Add docker_network input
This commit is contained in:
parent
f3a2d182d8
commit
8bce4aa10a
@ -24,6 +24,10 @@ inputs:
|
|||||||
password:
|
password:
|
||||||
description: 'Password'
|
description: 'Password'
|
||||||
required: false
|
required: false
|
||||||
|
docker_network:
|
||||||
|
description: 'Docker Network ID'
|
||||||
|
default: ${{ job.container.network }}
|
||||||
|
retuired: false
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
|
@ -5,6 +5,7 @@ then echo $INPUT_PASSWORD | docker login $INPUT_REGISTRY -u $INPUT_USERNAME --pa
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
env
|
env
|
||||||
|
docker network ls
|
||||||
|
|
||||||
echo "$INPUT_RUN" | sed -e 's/\\n/;/g' > semicolon_delimited_script
|
echo "$INPUT_RUN" | sed -e 's/\\n/;/g' > semicolon_delimited_script
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user