Skip to content

skf cleanup 2 (#976) #121

skf cleanup 2 (#976)

skf cleanup 2 (#976) #121

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