implement docker remote and local cron job

This commit is contained in:
2024-12-05 15:08:38 -06:00
parent 1f6247d3d3
commit 37cfee3c31
7 changed files with 70 additions and 7 deletions

View File

@@ -1 +1 @@
docker buildx build --platform linux/amd64,linux/arm64 -t registry.infra.nkode.tech/cron-nkode:latest --push .
docker buildx build --build-arg CACHE_BUST="$(date +%s)" --platform linux/amd64,linux/arm64 -t registry.infra.nkode.tech/cron-nkode:latest --push .