ci: Moved fixed labels into first build stage

This commit is contained in:
Geoff Bourne 2020-12-28 11:53:25 -06:00
parent e34db95836
commit 1ab5c52fe0

View File

@ -1,7 +1,8 @@
FROM scratch
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
LABEL org.opencontainers.image.title="mc-router"
LABEL org.opencontainers.image.source="https://github.com/itzg/mc-router"
FROM scratch
COPY mc-router /
ENTRYPOINT ["/mc-router"]