Skip to content

refactor(docker): consolidate Dockerfile stages and update build process#8

Merged
obeone merged 2 commits intomainfrom
cleanup
May 24, 2025
Merged

refactor(docker): consolidate Dockerfile stages and update build process#8
obeone merged 2 commits intomainfrom
cleanup

Conversation

@obeone
Copy link
Owner

@obeone obeone commented May 24, 2025

  • Merge Dockerfile.build and build.sh into a single multi-stage Dockerfile
  • Remove Dockerfile.build and build.sh files
  • Update GitHub Actions workflow to use 'target: build'
  • Adjust README with modern Docker build instructions
  • Clarify Dockerfile build stages and metadata labels
  • Simplify custom builds using build arguments for GIT_TAG

obeone added 2 commits May 24, 2025 03:19
- Merge Dockerfile.build and build.sh into a single multi-stage Dockerfile
- Remove Dockerfile.build and build.sh files
- Update GitHub Actions workflow to use 'target: build'
- Adjust README with modern Docker build instructions
- Clarify Dockerfile build stages and metadata labels
- Simplify custom builds using build arguments for GIT_TAG
…ockerfile

- Removes the local Docker registry service from GitHub Actions workflow
- Eliminates redundant build stages in Dockerfile
- Updates build-and-publish workflow to build and push final image directly using multiarch setup
- Changes Dockerfile to build application in one stage and copy build output directly to nginx image
@obeone obeone merged commit c1cfbbc into main May 24, 2025
1 check passed
@obeone obeone deleted the cleanup branch May 24, 2025 01:49
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