Skip to content

Commit 5f5cc0e

Browse files
committed
feat(docker): introduce new image layout and register rebuilt images
Add the new image directory structure and introduce the rebuilt Docker images based on the new architecture. This commit populates the previously prepared layout and wires images into the build system without altering the overall repository structure.
1 parent f3525a3 commit 5f5cc0e

File tree

373 files changed

+66291
-41099
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

373 files changed

+66291
-41099
lines changed

.github/workflows/joomengine.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- master
77

88
schedule:
9-
# Runs once a day at 02:30 UTC
10-
- cron: "30 2 * * *"
9+
# Runs every Monday at 03:33 CAT (01:33 UTC)
10+
- cron: "33 1 * * 1"
1111

1212
workflow_dispatch:
1313

@@ -55,8 +55,8 @@ jobs:
5555
# --------------------------------------------------
5656
- name: Run joomengine.sh
5757
run: |
58-
chmod +x ./joomengine.sh
59-
./joomengine.sh
58+
chmod +x ./src/bin/joomengine.sh
59+
./src/bin/joomengine.sh
6060
6161
# --------------------------------------------------
6262
# DETECT CHANGES

0 commit comments

Comments
 (0)