Skip to content

Commit 26df12c

Browse files
committed
fix(backup): disable Odoo image loading in GitHub runner environment
1 parent 8b9d4d5 commit 26df12c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

task

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,10 @@ start-and-prepare() {
238238
echo "Install k8up."
239239
install-chart k8up
240240

241-
echo "Load Odoo image."
242-
docker pull mintsystem/odoo:18.0.20260209
243-
load-image mintsystem/odoo:18.0.20260209
241+
#FIXME: This does not work in GitHub runner env.
242+
# echo "Load Odoo image."
243+
# docker pull mintsystem/odoo:18.0.20260209
244+
# load-image mintsystem/odoo:18.0.20260209
244245
}
245246

246247
load-image() {

0 commit comments

Comments
 (0)