Skip to content

Commit

Permalink
Merge branch 'is-11' into is-11-initial-tests-general-senders-outputs…
Browse files Browse the repository at this point in the history
…-receivers_
  • Loading branch information
gwgeorgea committed Apr 3, 2023
2 parents 6fb0bfb + 2cf12a1 commit c36eb76
Show file tree
Hide file tree
Showing 54 changed files with 7,413 additions and 869 deletions.
2 changes: 1 addition & 1 deletion .deploy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "3"
services:
nmos-testing:
image: amwa/nmos-testing:latest
image: ${{ secrets.DOCKER_USERNAME }}/nmos-testing:latest
ports:
- "5000:5000"
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64
push: true
tags: amwa/nmos-testing:latest
tags: ${{ secrets.DOCKER_USERNAME }}/nmos-testing:latest
Loading

0 comments on commit c36eb76

Please sign in to comment.