Skip to content

Add licence for xml_handler.lua #3

Add licence for xml_handler.lua

Add licence for xml_handler.lua #3

Workflow file for this run

name: Push FreeSWITCH OpenSIPS Community Edition Image in Docker Hub
on:
push:
repository_dispatch:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Log in to Docker Hub
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: opensips/freeswitch-ce:latest