Skip to content

Fix httpc_aws and idle gRPC stream process leaks (#1022) #139

Fix httpc_aws and idle gRPC stream process leaks (#1022)

Fix httpc_aws and idle gRPC stream process leaks (#1022) #139

Workflow file for this run

name: Build
on:
push:
tags: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v1
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
repository: team-helium/router
tag_with_ref: true
push: true
build_args: ROUTER_VERSION=${{ github.ref_name }}