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

fix(ci): update placeholders from '@build' to '@context' in ci.yml #517

Merged
merged 1 commit into from
Aug 11, 2024

Conversation

catatsuy
Copy link
Owner

This pull request includes changes to the .github/workflows/ci.yml file to update the purl command used for modifying the docker-compose.yml file. The changes ensure that the correct context is replaced in the docker-compose.yml file when changes are detected in specific languages.

Key changes:

  • .github/workflows/ci.yml: Updated the purl command to replace @context: ruby/@context: golang/@ instead of @build: ruby/@build: golang/@ and @context: (ruby|golang)/@context: php/@ instead of @build: (ruby|golang)/@build: php/@ when changes are detected.

@catatsuy catatsuy merged commit 5b544bc into master Aug 11, 2024
4 checks passed
@catatsuy catatsuy deleted the fix-update-compose-yml-context-changes branch August 11, 2024 06:37
Sign up for free to 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.

1 participant