From 3e851edf46b005b43b31f090b129f8fdaf517b39 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Sat, 4 Jan 2025 16:29:47 -0500 Subject: [PATCH] Move containers to fosrl --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d751b2f..16585f1 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,13 @@ all: build push build: - docker build -t fossorial/newt:latest . + docker build -t fosrl/newt:latest . push: - docker push fossorial/newt:latest + docker push fosrl/newt:latest test: - docker run fossorial/newt:latest + docker run fosrl/newt:latest local: CGO_ENABLED=0 GOOS=linux go build -o newt