Skip to content

Add build release jobs to standard github actions - #116

Open
turegjorup wants to merge 6 commits into
developfrom
feature/add_release_build_actions
Open

Add build release jobs to standard github actions#116
turegjorup wants to merge 6 commits into
developfrom
feature/add_release_build_actions

Conversation

@turegjorup

Copy link
Copy Markdown
Contributor

Add build release jobs to standard github actions

@turegjorup
turegjorup requested a review from rimi-itkJuly 29, 2025 08:53
@turegjorupturegjorup self-assigned this Jul 29, 2025

@rimi-itkrimi-itk left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this. Some comments added.

Comment threadtemplates/drupal-11/.github/workflows/build_release.yml Outdated
- name: Composer install
run: |
docker network create frontend
docker compose run --rm --user=root phpfpm composer install --no-dev -o --classmap-authoritative

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When env.COMPOSE_USER is set to runner, we don't need --user=… here:

Suggested change
docker compose run --rm --user=root phpfpm composer install --no-dev -o --classmap-authoritative
docker compose run --rm phpfpm composer install --no-dev -o --classmap-authoritative

Comment threadtemplates/symfony-6/.github/workflows/build_release.yml Outdated
Comment threadtemplates/drupal-11/.github/workflows/build_release.yml
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@turegjorup@rimi-itk