Skip to content

Commit

Permalink
Merge pull request #5 from lukaszbudnik/dockerfile-changes
Browse files Browse the repository at this point in the history
single Dockerfile for testing and official builds
  • Loading branch information
lukaszbudnik committed Feb 4, 2021
2 parents 1844d70 + 9c90cf0 commit 67a63bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file TestDockerfile --tag yosoy-local:$(date +%s)
run: docker build . --file Dockerfile --tag yosoy-local:$(date +%s)
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM golang:1.15.7-alpine3.13 as builder
LABEL maintainer="Łukasz Budnik [email protected]"

# build yosoy
RUN apk --update add git
RUN git clone https://github.com/lukaszbudnik/yosoy.git
ADD . /go/yosoy
RUN cd /go/yosoy && go build

FROM alpine:3.13
Expand Down
15 changes: 0 additions & 15 deletions TestDockerfile

This file was deleted.

0 comments on commit 67a63bc

Please sign in to comment.