Skip to content

Audio file and config file uploading feature and invalid option audio playing functionality added #16

Audio file and config file uploading feature and invalid option audio playing functionality added

Audio file and config file uploading feature and invalid option audio playing functionality added #16

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag hyd.ocir.io/ax2cel5zyviy/ekstep-djp/ivrs:latest
- name: Log in to Docker Hub
uses: docker/login-action@v1
with:
registry: hyd.ocir.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push the docker image
run: docker push hyd.ocir.io/ax2cel5zyviy/ekstep-djp/ivrs:latest