Skip to content

Commit b56d362

Browse files
committed
Update Github actions config
1 parent cab752f commit b56d362

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
schedule:
77
- cron: '0 0 * * 6'
88

@@ -31,6 +31,6 @@ jobs:
3131
-e PUSHRM_PROVIDER=dockerhub \
3232
-e PUSHRM_FILE=/src/README.md \
3333
-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 \
3535
-e PUSHRM_DEBUG=1 \
3636
chko/docker-pushrm:1

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
DOLI_INSTALL_AUTO: 0
2323
run: |
2424
./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
2727
docker ps | grep -q dolibarr

0 commit comments

Comments
 (0)