Remove docker.io

This commit is contained in:
Patrice Ferlet 2023-11-09 10:01:57 +01:00
parent 744ef7d67a
commit d38d859597
No known key found for this signature in database
GPG Key ID: F3702E3FAD8F76DC

View File

@ -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