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: ...@@ -84,4 +84,9 @@ container:
FROM +container-internal FROM +container-internal
LABEL "quay.expires-after"="12w" LABEL "quay.expires-after"="12w"
END END
SAVE IMAGE --push ${registry}:${tag} SAVE IMAGE --push ${registry}:${tag}
\ No newline at end of file
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 ...@@ -13,7 +13,7 @@ Have podman installed. And in best case running [Fedora Workstation](https://get
Installation 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 Usage
--- ---
......
...@@ -23,6 +23,6 @@ container: ...@@ -23,6 +23,6 @@ container:
SAVE IMAGE --push ${registry}:${tag} SAVE IMAGE --push ${registry}:${tag}
install: install:
BUILD +container BUILD +container --latest=true
LOCALLY LOCALLY
RUN install -m 755 ./synadm ~/bin/synadm RUN install -m 755 ./synadm ~/bin/synadm
\ No newline at end of file \ 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