Skip to content

Publishes matlab-runtime-deps for MATLAB R2024b. #1

Publishes matlab-runtime-deps for MATLAB R2024b.

Publishes matlab-runtime-deps for MATLAB R2024b. #1

# Copyright 2024 The MathWorks, Inc.
# Build & Publish matlab-runtime-deps/r2024b/ubuntu24.04
name: matlab-runtime-deps-r2024b-ubuntu24.04
# Define when builds will occur:
on:
# Run workflow when there is a push to the 'main' branch & push includes changes to any files in described path
push:
branches:
- 'main'
paths:
- 'matlab-runtime-deps/r2024b/ubuntu24.04/**'
# Run at 00:00 on every Monday (1st Day of the Week) (See: crontab.guru)
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
jobs:
build-and-publish-image:
uses: ./.github/workflows/build-test-and-publish-dependencies-image.yml
secrets: inherit
with:
docker_build_context: './matlab-runtime-deps/r2024b/ubuntu24.04'
base_image_name: mathworks/matlab-runtime-deps
matlab_release_tag: 'r2024b'
os_info_tag: 'ubuntu24.04'
is_default_os: true
should_add_latest_tag: true