Closed Delyc closed 1 month ago
Hey @Delyc
could you please keep it to one change per PR? You are doing many things here 🙈
Regarding the CI/CD: Please be careful with pushing to Dockerhub ⚠️ Currently, you are trying to push on every commit.
on:
push:
branches:
- deploy/docker-images
This should be triggered by creation of a release, not by branch.
Brief summary of the change made
Are there any other side effects of this change that we should be aware of?
None
Describe how you tested your changes?
Pull Request checklist
Please confirm you have completed any of the necessary steps below.