8 lines
190 B
Bash
8 lines
190 B
Bash
#!/bin/bash -ex
|
|
|
|
docker login -u richard -p $DKREGISTRY_PASS $DKREGISTRY
|
|
|
|
(cd fluentd && docker-compose -f docker-compose.yml build)
|
|
|
|
docker push dkregistry.xai-corp.net:5000/fluentd:latest
|