mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-08 12:15:28 -04:00
test(caddy): fix automated testing?
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
cf510eeace
commit
b320af79ee
@ -7,7 +7,7 @@ services:
|
|||||||
- 8443:443
|
- 8443:443
|
||||||
|
|
||||||
anubis:
|
anubis:
|
||||||
image: ko.local/anubis
|
image: ghcr.io/techarohq/anubis
|
||||||
environment:
|
environment:
|
||||||
BIND: ":3000"
|
BIND: ":3000"
|
||||||
TARGET: http://httpdebug:3000
|
TARGET: http://httpdebug:3000
|
||||||
|
@ -14,7 +14,7 @@ trap cleanup EXIT SIGINT
|
|||||||
function build_anubis_ko() {
|
function build_anubis_ko() {
|
||||||
(
|
(
|
||||||
cd ../.. &&
|
cd ../.. &&
|
||||||
KO_DOCKER_REPO=ko.local/anubis VERSION=devel ko build \
|
VERSION=devel ko build \
|
||||||
--platform=all \
|
--platform=all \
|
||||||
--base-import-paths \
|
--base-import-paths \
|
||||||
--tags="latest" \
|
--tags="latest" \
|
||||||
@ -22,7 +22,7 @@ function build_anubis_ko() {
|
|||||||
--image-annotation="" \
|
--image-annotation="" \
|
||||||
--image-label="" \
|
--image-label="" \
|
||||||
./cmd/anubis \
|
./cmd/anubis \
|
||||||
-L
|
--local
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user