Skip to content

Swtich to Docker's build-push-action#83

Merged
dpmpc merged 2 commits into
mainfrom
switch-to-buildx
May 27, 2026
Merged

Swtich to Docker's build-push-action#83
dpmpc merged 2 commits into
mainfrom
switch-to-buildx

Conversation

@dpmpc

@dpmpc dpmpc commented May 27, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings May 27, 2026 08:45

Copilot AI 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.

Pull request overview

This PR updates the GitHub Actions workflows to use Docker’s build-push-action for building/pushing container images during releases, and bumps action versions used by CI workflows.

Changes:

  • Replaces manual docker build/tag/push commands in the release workflow with docker/build-push-action@v7.
  • Adds a preparation step to place version.html and move static files into the nginx build context before building.
  • Updates actions/checkout and actions/setup-python versions used in CI workflows.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/release.yml Switches release builds to docker/build-push-action and adjusts pre-build file preparation.
.github/workflows/lint.yml Updates checkout and Python setup action versions for the lint workflow.

Comment thread .github/workflows/release.yml
Comment thread .github/workflows/release.yml
@dpmpc dpmpc merged commit 85ac7e1 into main May 27, 2026
7 checks passed
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.

2 participants