chore: Use tag exports instead

This commit is contained in:
Gerald Pinder 2024-03-27 00:33:31 -04:00
parent 72e961c572
commit 198886c799
2 changed files with 2 additions and 1 deletions

View file

@ -41,7 +41,7 @@ exports-script:
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
SAVE IMAGE --push $IMAGE:exports
common:
FROM ghcr.io/blue-build/earthly-lib/cargo-builder