fix repo port
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Christoph Honal 2020-02-14 08:08:05 +01:00
parent aa4a540b7d
commit e5dbf8211a
6 changed files with 7 additions and 7 deletions

View File

@ -17,11 +17,11 @@ steps:
- docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
- docker buildx create --use --name crosscomp
- docker buildx inspect --bootstrap
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD registry.chrz.de:443
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD registry.chrz.de
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=true --progress tty
--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/redsat/move2docker .
-t registry.chrz.de/redsat/move2docker .
environment:
PROP_SERVER_USER:
from_secret: prop_server_user

View File

@ -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/redsat/move2docker:$(arch) .
-t registry.chrz.de/redsat/move2docker:$(arch) .

View File

@ -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/redsat/move2docker .
-t registry.chrz.de/redsat/move2docker .

View File

@ -1,3 +1,3 @@
#!/bin/bash
docker pull registry.chrz.de:443/redsat/move2docker:$(arch)
docker pull registry.chrz.de/redsat/move2docker:$(arch)

View File

@ -1,3 +1,3 @@
#!/bin/bash
docker push registry.chrz.de:443/redsat/move2docker-$(arch)
docker push registry.chrz.de/redsat/move2docker:$(arch)

View File

@ -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/redsat/move2docker:$(arch)
registry.chrz.de/redsat/move2docker:$(arch)