Clean up K8s specs and add README.md

This commit is contained in:
2025-02-26 21:33:11 -05:00
parent da4a2a6e0c
commit c316341163
5 changed files with 62 additions and 4 deletions

View File

@@ -6,4 +6,4 @@ if ! [ -f Cargo.toml ]; then
fi
cargo build --release --target x86_64-unknown-linux-gnu
docker build -t "${DOCKER_REGISTRY}/glmdev/p5x-api:latest" .
docker build -t "${DOCKER_REGISTRY:-docker.io}/glmdev/p5x-api:latest" .

View File

@@ -1,3 +1,3 @@
#!/bin/sh -e
docker push "${DOCKER_REGISTRY}/glmdev/p5x-api:latest"
docker push "${DOCKER_REGISTRY:-docker.io}/glmdev/p5x-api:latest"