Skip to content

Commit

Permalink
ci(docker): fix docker build (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Mar 2, 2021
1 parent 3156f57 commit b4b98cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-grpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:

- name: push
if: github.event_name == 'release'
run: docker push pionwebrtc/ion-sfu
run: docker push pionwebrtc/ion-sfu:latest-grpc && docker push pionwebrtc/ion-sfu:"$TAG"-grpc
env:
TAG: ${{ github.event.release.tag_name }}
4 changes: 3 additions & 1 deletion .github/workflows/docker-jsonrpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:

- name: push
if: github.event_name == 'release'
run: docker push pionwebrtc/ion-sfu
run: docker push pionwebrtc/ion-sfu:latest-jsonrpc && docker push pionwebrtc/ion-sfu:"$TAG"-jsonrpc
env:
TAG: ${{ github.event.release.tag_name }}

0 comments on commit b4b98cb

Please sign in to comment.