Skip to content

frr-9.1

frr-9.1 #7

Workflow file for this run

name: Docker Image from master
on:
pull_request:
branches:
- master
jobs:
build:
strategy:
matrix:
os: [ubuntu]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build FRR releases for ${{ matrix.os }}
uses: metal-stack/action-docker-make@master
with:
args: --no-lint --no-push --file docker-make.${{ matrix.os }}.yaml