mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
Move containers to fosrl
This commit is contained in:
6
Makefile
6
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
|
||||
|
||||
Reference in New Issue
Block a user