Skip to content
Snippets Groups Projects
Verified Commit 6482274f authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(images): Adjust include setup in earthly target

parent 6f6e4894
No related branches found
No related tags found
No related merge requests found
......@@ -84,4 +84,9 @@ container:
FROM +container-internal
LABEL "quay.expires-after"="12w"
END
SAVE IMAGE --push ${registry}:${tag}
\ No newline at end of file
SAVE IMAGE --push ${registry}:${tag}
install:
BUILD +container --latest=true
LOCALLY
RUN install -m 755 ./koolbox ~/bin/koolbox
......@@ -13,7 +13,7 @@ Have podman installed. And in best case running [Fedora Workstation](https://get
Installation
---
Run `make install`. And if you want to build the container locally run `make build`.
Run `earthly ./+install`. And if you want to build the container locally run `earthly ./+container`.
Usage
---
......
......@@ -23,6 +23,6 @@ container:
SAVE IMAGE --push ${registry}:${tag}
install:
BUILD +container
BUILD +container --latest=true
LOCALLY
RUN install -m 755 ./synadm ~/bin/synadm
\ No newline at end of file
RUN install -m 755 ./synadm ~/bin/synadm
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment