Rename project to actions-sync
This commit is contained in:
7
Dockerfile.cibuild
Normal file
7
Dockerfile.cibuild
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM golang:1.14
|
||||
|
||||
ENV GO111MODULE=on
|
||||
WORKDIR /go/src/github.com/actions/actions-sync
|
||||
COPY . /go/src/github.com/actions/actions-sync
|
||||
|
||||
RUN script/bootstrap
|
||||
Reference in New Issue
Block a user