This commit is contained in:
		| @@ -7,4 +7,4 @@ export PROP_SERVER_KEY=$(cat ./config/id_rsa) | ||||
| docker build \ | ||||
|     --build-arg PROP_SERVER --build-arg PROP_SERVER_USER \ | ||||
|     --build-arg PROP_SERVER_KEY --build-arg PROP_DIR_SDR --build-arg PROP_DIR_DECODER \ | ||||
|     -t registry.chrz.de:443/move2docker:$(arch) . | ||||
|     -t registry.chrz.de:443/redsat/move2docker:$(arch) . | ||||
| @@ -8,4 +8,4 @@ docker buildx build \ | ||||
|     --platform linux/amd64,linux/arm64,linux/arm/v7 \ | ||||
|     --build-arg PROP_SERVER --build-arg PROP_SERVER_USER \ | ||||
|     --build-arg PROP_SERVER_KEY --build-arg PROP_DIR_SDR --build-arg PROP_DIR_DECODER \ | ||||
|     -t registry.chrz.de:443/move2docker:multi . | ||||
|     -t registry.chrz.de:443/redsat/move2docker . | ||||
| @@ -1,3 +1,3 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| docker pull registry.chrz.de:443/move2docker:$(arch) | ||||
| docker pull registry.chrz.de:443/redsat/move2docker:$(arch) | ||||
| @@ -1,3 +1,3 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| docker push registry.chrz.de:443/move2docker-$(arch) | ||||
| docker push registry.chrz.de:443/redsat/move2docker-$(arch) | ||||
| @@ -6,4 +6,4 @@ source ./config/config.sh | ||||
| docker run -it --rm \ | ||||
|     -v $(pwd)/data:/app/data:rw \ | ||||
|     --env DISPLAY=host.docker.internal:0.0 \ | ||||
|     registry.chrz.de:443/move2docker:$(arch) | ||||
|     registry.chrz.de:443/redsat/move2docker:$(arch) | ||||
		Reference in New Issue
	
	Block a user