File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
THRESHOLD : ${{ inputs.synchronization-level }}
52
52
run : |
53
53
set -eo pipefail
54
- docker run -d --name ${{ inputs.container-name }} -p ${{ inputs.ogmios-port }}:1337 -v ${{ inputs.db-dir }}:/db ${{ steps.docker-image.outputs.value }}
54
+ docker run -d --name ${{ inputs.container-name }} -p ${{ inputs.ogmios-port }}:1337 -v ${{ inputs.db-dir }}:/db ${{ steps.docker-image.outputs.image }}
55
55
sleep 3
56
56
URL=http://localhost:$OGMIOS_PORT/health
57
57
echo "Begin synchronization, target: $THRESHOLD"
82
82
run : |
83
83
docker stop ${{ inputs.container-name }}
84
84
docker rm ${{ inputs.container-name }}
85
- docker rmi ${{ steps.docker-image.outputs.value }}
85
+ docker rmi ${{ steps.docker-image.outputs.image }}
86
86
shell : bash
You can’t perform that action at this time.
0 commit comments