Skip to content

Commit ee4e37c

Browse files
committed
fix(cicd): ensure latest images are always pulled
1 parent 4d59084 commit ee4e37c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
biixie_frontend:
33
image: biixie/biixie.com:frontend-latest
4+
pull_policy: always
45
container_name: biixie_frontend
56
ports:
67
- "8080:80"
@@ -10,6 +11,7 @@ services:
1011

1112
biixie_backend:
1213
image: biixie/biixie.com:backend-latest
14+
pull_policy: always;
1315
container_name: biixie_backend
1416
ports:
1517
- "3000:3000"

0 commit comments

Comments
 (0)