Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker workflow: support submodules initialisation #155

Merged
merged 4 commits into from
Jan 15, 2025

Conversation

gtauzin
Copy link
Contributor

@gtauzin gtauzin commented Jan 15, 2025

Description

This ensures that the docker.yml action runs on repos that rely on git submodule.

Changes Made

We enable setting the checkout submodules by introducing an action input initialize-submodules.
This was tested successfully on a private repository.

Checklist

  • I have used a PR title that is descriptive enough for a release note.
  • I have tested these changes locally.
  • I have added appropriate tests or updated existing tests.
  • I have tested these changes on a cluster [name of the cluster] / customer [name of the customer]
  • I have added appropriate documentation or updated existing documentation.

Signed-off-by: Guillaume Tauzin <4648633+gtauzin@users.noreply.github.com>
@chicco785 chicco785 added the feature This issue/PR relates to a feature request. label Jan 15, 2025
Co-authored-by: Federico M. Facca <chicco785@users.noreply.github.com>
@chicco785 chicco785 changed the title Enable submodules initialization in docker action docker workflow: support submodules initialisation Jan 15, 2025
@chicco785 chicco785 merged commit 28e1181 into zaphiro-technologies:main Jan 15, 2025
14 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants