Skip to content

Commit

Permalink
add labels in the docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Feb 7, 2024
1 parent 4eae793 commit c02ab09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ docker-build:
# RUN ["/yage", "--help"]
ENTRYPOINT ["/yage"]
ARG tag=main
LABEL org.opencontainers.image.vendor="Gaëtan Lehmann" \
org.opencontainers.image.url="https://github.com/glehmann/yage" \
org.opencontainers.image.title="yage" \
org.opencontainers.image.description="A simple tool to manage encrypted secrets in YAML files with age encryption." \
org.opencontainers.image.version="${tag}" \
org.opencontainers.image.documentation="https://github.com/glehmann/yage"
# SAVE IMAGE --push glehmann/yage:$tag
SAVE IMAGE --push ghcr.io/glehmann/yage:$tag

Expand Down

0 comments on commit c02ab09

Please sign in to comment.