Change name of release artifact and update Dockerfile to use artifact from previous step

This commit is contained in:
2019-03-12 12:37:47 +01:00
parent 96b25fd432
commit b9129e9ec9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
FROM scratch
COPY default-request-adder /
COPY release/default-request-adder /
CMD ["/default-request-adder"]