You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a GitHub Actions workflow to build and push a multi-architecture Docker image to Docker Hub.
Key features:
- Triggers on push to the 'develop' branch or manual dispatch.
- Builds a multi-arch image for linux/amd64, linux/arm64, and linux/arm/v7.
- Caches Docker layers and frontend build artifacts to accelerate builds.
- Uses DOCKERHUB_USERNAME secret for the image repository.
- The workflow is skipped if required Docker Hub secrets are not defined.
0 commit comments