This commit is contained in:
parent
e5dbf8211a
commit
cd423a7d3a
@ -1,3 +1,5 @@
|
||||
scripts/
|
||||
config/
|
||||
data/
|
||||
data/
|
||||
README.md
|
||||
.drone.yml
|
@ -18,9 +18,11 @@ steps:
|
||||
- docker buildx create --use --name crosscomp
|
||||
- docker buildx inspect --bootstrap
|
||||
- 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
|
||||
- docker buildx build --platform linux/amd64,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
|
||||
--cache-to=type=registry,ref=registry.chrz.de/redsat/move2docker,mode=max
|
||||
--cache-from=type=registry,ref=registry.chrz.de/redsat/move2docker
|
||||
-t registry.chrz.de/redsat/move2docker .
|
||||
environment:
|
||||
PROP_SERVER_USER:
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
.env
|
||||
data/
|
Loading…
Reference in New Issue
Block a user