Skip to content

Update ownership.yaml file - replace cainejette with dougnutz #71

Update ownership.yaml file - replace cainejette with dougnutz

Update ownership.yaml file - replace cainejette with dougnutz #71

Workflow file for this run

name: Docker
permissions:
contents: read
on:
push: {}
pull_request: {}
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build Docker Image
run: docker build -t proto-gen-go .