Skip to content

Commit

Permalink
Fix copy of artifact in image template (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Jun 5, 2017
1 parent 6311568 commit ad8eef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ templates:
RUN apk --update add bash \
&& rm -rf /var/cache/apk/*
WORKDIR /app
COPY --from=build /go/src/github.com/autonomy/conform/conform .
COPY --from=build /conform .
ENTRYPOINT ["./conform"]
rules:
Expand Down

0 comments on commit ad8eef9

Please sign in to comment.