dev-store
dev-store copied to clipboard
Update docker images on new commit
This pull request adds a step to the GitHub Actions workflow to log in to Docker Hub before building Docker images. This ensures that the workflow can authenticate with Docker Hub, which is necessary for pulling private images or pushing images to the registry.
Workflow improvements:
- Added a
Docker Loginstep using thedocker/login-action@v3action, with credentials sourced from repository secrets, before the image build process in.github/workflows/build.yml.