From d38d859597a388826ee9c6dfc84c8d80e7a85dc9 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Thu, 9 Nov 2023 10:01:57 +0100 Subject: [PATCH] Remove docker.io --- Makefile | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/Makefile b/Makefile index c306130..f530631 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 6.20.0 CUDA_PLUGIN_VERSION=6.17.0 CUDA_VERSION=11-4 -REL = $(VERSION)-2 +REL = $(VERSION)-local THREADS = $(shell nproc) PRIORITY = 0 REPO=docker.io/metal3d/xmrig @@ -32,19 +32,3 @@ run-cuda: build -e CUDA=true \ -e NO_CPU=true \ $(REPO):$(REL) - -deploy: build - $(CC) push $(REPO):$(REL) - $(CC) push $(REPO):latest - -test: - -.ONESHELL: -set-description: -ifdef PASSWORD - @echo "Changing description" - token=`http $(HUB)/users/login username=$(USERNAME) password=$(PASSWORD) | jq -r '.token'` - http --form PATCH $(HUB)/repositories/metal3d/xmrig/ Authorization:"JWT $$token" full_description=@README.md -else - @echo "You need to provide repo password in PASSWORD variable argument" -endif