chore: Add image source label for exports

This commit is contained in:
Gerald Pinder 2024-03-27 00:27:58 -04:00
parent 19c93ce742
commit 72e961c572

View file

@ -38,6 +38,7 @@ install:
exports-script:
FROM alpine
LABEL org.opencontainers.image.source="https://github.com/blue-build/cli"
COPY exports.sh /
RUN chmod +x exports.sh
SAVE IMAGE --push ghcr.io/blue-build/cli/exports