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

ci(bryant-finney/pyspry#49): Implement workflow for building Docker images #50

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

bryant-finney
Copy link
Owner

@bryant-finney bryant-finney commented Oct 22, 2023

contributes to #49

implement a github actions workflow for building multi-arch Docker images

  • docker-build.yml defines the job to build Docker images - it is only run for the main branch, release tags, and for PRs that change a relevant file
  • platforms.yml configures multi-arch builds when using buildx bake - it is stored in a separate compose file so that slow cross-platform builds aren't always run locally

implement a github actions workflow for building multi-arch Docker images

- `docker-build.yml` defines the job to build Docker images
    - it is only run for the `main` branch, release tags, and for PRs
        that change a relevant file
- `platforms.yml` configures multi-arch builds when using `buildx bake`
    - it is stored in a separate compose file so that slow
        cross-platform builds aren't always run locally

Signed-off-by: Bryant Finney <[email protected]>
@bryant-finney bryant-finney self-assigned this Oct 22, 2023
@bryant-finney bryant-finney linked an issue Oct 22, 2023 that may be closed by this pull request
4 tasks
@bryant-finney bryant-finney added the enhancement New feature or request label Oct 22, 2023
@bryant-finney bryant-finney marked this pull request as ready for review October 23, 2023 00:06
@bryant-finney bryant-finney merged commit 5e5db77 into main Oct 23, 2023
@bryant-finney bryant-finney deleted the ci/49/implement-github-actions-workflow branch October 23, 2023 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ci(github): Implement CI/CD workflow using GitHub Actions
1 participant