multi: add release helper docker file

This commit is contained in:
Oliver Gugger
2021-01-08 10:40:17 +01:00
parent 2686391c31
commit 4c56f3cacb
9 changed files with 86 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# If you change this value, please change it in the following files as well:
# /.travis.yml
# /Dockerfile
# /make/builder.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
FROM golang:1.15.6-alpine as builder
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"