Skip to content

Commit

Permalink
update label on docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Sucharevich committed Sep 2, 2019
1 parent c7fbb71 commit 670a6ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ RUN apk add --update ca-certificates
COPY dist/pikolo_linux_386/pikolo /usr/local/bin/
COPY VERSION /VERSION

LABEL io.codefresh.repo.name="images"

ENTRYPOINT ["pikolo"]
CMD [ "--help" ]
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.12.0

0 comments on commit 670a6ce

Please sign in to comment.