Skip to content

ci: improved workflow #7

ci: improved workflow

ci: improved workflow #7

Workflow file for this run

# ------------------------------------------------------------------------
# Copyright (c) 2020-2023 Riccardo De Martis. MIT License.
# All Trademarks referred to are the property of their respective owners.
# ------------------------------------------------------------------------
# This is the master workflow, taken by CI of GitHub.
# It (only) aims at properly organizing the sub-workflows.
name: CI
on:
push:
branches:
- "master"
concurrency:
group: CI-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env:
DOCKERHUB_REPO: demartis/matlab-runtime
jobs:
Prepare:
uses: ./.github/workflows/sub_prepare.yaml

Check failure on line 25 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 25, Col: 11): Secret DOCKERHUB_USERNAME is required, but not provided while calling. .github/workflows/ci.yaml (Line: 25, Col: 11): Secret DOCKERHUB_TOKEN is required, but not provided while calling.
Description:
needs: [ Prepare ]
uses: ./.github/workflows/sub_description.yaml
R2020a:
needs: [ Prepare ]
uses: ./.github/workflows/sub_release.yaml
with:
DOCKERHUB_TAG: R2020a
DOCKER_CONTEXT: R2020a
is_latest: true