Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Sep 20, 2024
1 parent f756547 commit 64eeb55
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,10 @@ jobs:
with:
registry: ${{ secrets.ECR_REGISTRY }}

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Build Manifest
run: |
declare -a platforms=("amd64" "arm64")
declare -a components=("${{ env.APP_REPOSITORY_NAME }}" "${{ env.WEBSERVER_REPOSITORY_NAME }} ${{ env.FREESWITCH_REPOSITORY_NAME }} ${{ env.FREESWITCH_EVENT_LOGGER_REPOSITORY_NAME }}")
declare -a components=("${{ env.APP_REPOSITORY_NAME }}" "${{ env.WEBSERVER_REPOSITORY_NAME }}" "${{ env.FREESWITCH_REPOSITORY_NAME }}" "${{ env.FREESWITCH_EVENT_LOGGER_REPOSITORY_NAME }}")
for component in "${components[@]}"
do
if [ "$component" = "${{ env.FREESWITCH_REPOSITORY_NAME }}" ]; then
Expand Down Expand Up @@ -229,7 +226,7 @@ jobs:
- name: Publish Images
run: |
declare -a platforms=("amd64" "arm64")
declare -a components=("${{ env.APP_REPOSITORY_NAME }}" "${{ env.WEBSERVER_REPOSITORY_NAME }} ${{ env.FREESWITCH_REPOSITORY_NAME }} ${{ env.FREESWITCH_EVENT_LOGGER_REPOSITORY_NAME }}")
declare -a components=("${{ env.APP_REPOSITORY_NAME }}" "${{ env.WEBSERVER_REPOSITORY_NAME }}" "${{ env.FREESWITCH_REPOSITORY_NAME }}" "${{ env.FREESWITCH_EVENT_LOGGER_REPOSITORY_NAME }}")
for platform in "${platforms[@]}"
do
Expand Down

0 comments on commit 64eeb55

Please sign in to comment.