Skip to content

Commit 2f45d19

Browse files
committed
docker: use my image by default instead
1 parent b9e0b8e commit 2f45d19

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- dashboard/**
1212
- shared/**
1313
- Dockerfile
14-
- docker-compose.standalone.yml
14+
# - docker-compose.standalone.yml
1515
- .github/workflows/**
1616

1717
jobs:

docker-compose.standalone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
- "${STANDALONE_WEB_PORT:?Missing STANDALONE_WEB_PORT}:443"
3434

3535
migrate:
36-
image: dragory/zeppelin
36+
image: ghcr.io/rubyowo/zeppelin:stock
3737
depends_on:
3838
mysql:
3939
condition: service_healthy
@@ -51,7 +51,7 @@ services:
5151
command: ["npm", "run", "migrate-prod"]
5252

5353
api:
54-
image: dragory/zeppelin
54+
image: ghcr.io/rubyowo/zeppelin:stock
5555
depends_on:
5656
migrate:
5757
condition: service_completed_successfully
@@ -63,7 +63,7 @@ services:
6363
command: ["npm", "run", "start-api-prod"]
6464

6565
bot:
66-
image: dragory/zeppelin
66+
image: ghcr.io/rubyowo/zeppelin:stock
6767
depends_on:
6868
migrate:
6969
condition: service_completed_successfully
@@ -75,7 +75,7 @@ services:
7575
command: ["npm", "run", "start-bot-prod"]
7676

7777
dashboard:
78-
image: dragory/zeppelin
78+
image: ghcr.io/rubyowo/zeppelin:stock
7979
depends_on:
8080
migrate:
8181
condition: service_completed_successfully

0 commit comments

Comments
 (0)