fix: label multicow build stage correctly

This commit is contained in:
Jan Grewe 2018-11-25 17:54:31 +01:00
parent b70e868a2d
commit f9d6146747

View File

@ -2,7 +2,7 @@
# Start from a Debian image with the latest version of Go installed # Start from a Debian image with the latest version of Go installed
# and a workspace (GOPATH) configured at /go. # and a workspace (GOPATH) configured at /go.
FROM golang:1.10 FROM golang:1.10 AS build
# Copy the local package files to the container's workspace. # Copy the local package files to the container's workspace.
ADD ./Gopkg.toml /go/src/github.com/boramalper/magnetico/ ADD ./Gopkg.toml /go/src/github.com/boramalper/magnetico/