mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-15 21:04:56 +00:00
test(caddy): fix automated testing?
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -14,7 +14,7 @@ trap cleanup EXIT SIGINT
|
||||
function build_anubis_ko() {
|
||||
(
|
||||
cd ../.. &&
|
||||
KO_DOCKER_REPO=ko.local/anubis VERSION=devel ko build \
|
||||
VERSION=devel ko build \
|
||||
--platform=all \
|
||||
--base-import-paths \
|
||||
--tags="latest" \
|
||||
@@ -22,7 +22,7 @@ function build_anubis_ko() {
|
||||
--image-annotation="" \
|
||||
--image-label="" \
|
||||
./cmd/anubis \
|
||||
-L
|
||||
--local
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user