mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 10:38:45 +00:00
10 lines
230 B
Bash
10 lines
230 B
Bash
export VERSION=$GITHUB_COMMIT-test
|
|
export KO_DOCKER_REPO=ko.local
|
|
|
|
set -u
|
|
|
|
(
|
|
cd ../.. &&
|
|
ko build --platform=all --base-import-paths --tags="latest" --image-user=1000 --image-annotation="" --image-label="" ./cmd/anubis -L
|
|
)
|