Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

refactor: optimize & improve maintainability of GitHub Action definition#914

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@codejedi365
Copy link
Contributor

@codejedi365codejedi365 commentedMay 5, 2024
edited
Loading

Purpose

Optimize the Docker build and improve maintainability of the Docker GitHub Action

Rationale

In order to improve maintainability, I removed the additional defaults of the action and rely on the internal configuration defaults of the package instead.

When using Debian Bullseye, it did not have a git version availablethat supported SSH key signing. SSH key signing was integrated ingit version 2.34 and the highest version for Bullseye was 2.30. Throughthe backports repository, a version greater than 2.34 was made availablebut now bumping to Debian Bookworm, the available version is 2.39 in thebase OS repository so no backports configuration required.
Updates the base container that runs the GitHub Action environment topython3.12 which enables users to specify and run build scripts thatare python3.12 specific as python3.12 is now the latest stable versionof python available and we were only providing `3.10`.Resolves:python-semantic-release#801
@codejedi365codejedi365 self-assigned thisMay 5, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

@codejedi365codejedi365

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@codejedi365

[8]ページ先頭

©2009-2025 Movatter.jp