Skip to content

Remove other preferred_hotspots (#1016) #135

Remove other preferred_hotspots (#1016)

Remove other preferred_hotspots (#1016) #135

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 }}