openvidu-ce-test.yml: Env variable TEST_IMAGE

pull/766/head
pabloFuente 2022-11-21 14:12:17 +01:00
parent 2389ce929f
commit a1d040e61a
1 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,10 @@ on:
- master
workflow_dispatch:
inputs:
TEST_IMAGE:
description: 'Docker image where to run the tests'
required: true
default: 'openvidu/openvidu-test-e2e:focal'
KURENTO_MEDIA_SERVER_IMAGE:
description: 'Docker image of kurento-media-server'
required: true
@ -49,7 +53,7 @@ jobs:
main:
runs-on: ubuntu-latest
container:
image: openvidu/openvidu-test-e2e:focal
image: ${{ github.event.inputs.TEST_IMAGE || 'openvidu/openvidu-test-e2e:focal' }}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/openvidu:/opt/openvidu