File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
schedule :
7
7
- cron : ' 0 0 * * 6'
8
8
31
31
-e PUSHRM_PROVIDER=dockerhub \
32
32
-e PUSHRM_FILE=/src/README.md \
33
33
-e PUSHRM_SHORT='Docker image for Dolibarr with auto installer on first boot.' \
34
- -e PUSHRM_TARGET=docker.io/tuxgasy /dolibarr \
34
+ -e PUSHRM_TARGET=docker.io/dolibarr /dolibarr \
35
35
-e PUSHRM_DEBUG=1 \
36
36
chko/docker-pushrm:1
Original file line number Diff line number Diff line change 22
22
DOLI_INSTALL_AUTO : 0
23
23
run : |
24
24
./update.sh
25
- docker build -t tuxgasy /dolibarr:develop images/develop
26
- docker run -d -p 127.0.0.1:80:80 --name dolibarr tuxgasy /dolibarr:develop
25
+ docker build -t dolibarr /dolibarr:develop images/develop
26
+ docker run -d -p 127.0.0.1:80:80 --name dolibarr dolibarr /dolibarr:develop
27
27
docker ps | grep -q dolibarr
You can’t perform that action at this time.
0 commit comments