Skip to content

Conversation

@chrisleekr
Copy link
Owner

Description

In this PR, I fixed the workflow for docker build.

Related Issues

  • Closes #(issue number)

Testing

  • I have tested these changes locally
  • I have added/updated tests as needed
  • All existing tests pass

Screenshots/Recordings

@chrisleekr chrisleekr self-assigned this Jun 24, 2025
Copilot AI review requested due to automatic review settings June 24, 2025 12:21
Copy link
Contributor

Copilot AI left a comment

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 fixes the docker build workflow by updating the build target stage in the workflow file to reflect the intended production build stage.

  • Updated the target from "production-stage" to "production" in the linux/arm64 job.
  • Updated the target from "production-stage" to "production" in the multi-platform job.
Comments suppressed due to low confidence (2)

.github/workflows/docker-build.yml:113

  • Verify that 'production' is the correct build stage defined in your Dockerfile. If 'production' is intended, please ensure the Dockerfile has a matching stage.
          target: production

.github/workflows/docker-build.yml:131

  • Ensure that using 'production' as the build target fits with the multi-platform Dockerfile configuration. Confirm the stage name in the Dockerfile has been updated accordingly.
          target: production

@chrisleekr chrisleekr merged commit 61b1703 into main Jun 24, 2025
5 checks passed
@chrisleekr chrisleekr deleted the fix/dockerfile branch June 24, 2025 12:46
chrisleekr pushed a commit that referenced this pull request Jun 24, 2025
# 1.0.0 (2025-06-24)

### Bug Fixes

* reset package version to 0.0.1 ([#2](#2)) ([e72393a](e72393a))
* updated workflow docker-build.yml ([#3](#3)) ([61b1703](61b1703))
@chrisleekr
Copy link
Owner Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants