Skip to content

Commit

Permalink
Build FreeSWITCH event logger in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Mar 29, 2024
1 parent 5a7a1b6 commit 8de6cb1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ jobs:
cache-from: type=gha,scope=integration-tests-freeswitch
cache-to: type=gha,mode=max,scope=integration-tests-freeswitch

- name: Build FreeSWITCH Event Logger
uses: docker/build-push-action@v5
with:
push: false
load: true
context: components/freeswitch_event_logger
tags: freeswitch_event_logger:latest
cache-from: type=gha,scope=integration-tests-freeswitch-event-logger
cache-to: type=gha,mode=max,scope=integration-tests-freeswitch-event-logger

- name: Build Public Gateway
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 8de6cb1

Please sign in to comment.