Hi guys, i had a small issue recently but i notice its recurring especially in docker related stuff.
Yesterday, i had issues with networking and my dockerfile build on github actions.
For the dockerfile, i tried "changing the jar target directory", but to actually test this i have to push to github. So then i push that and it doesnt work, so like i remove it and change it again and push that and it aslo doesnt work. So then i do another etc. and i have like 7 or 8 commits.
Then with the networking, like i change the docker compose too and this for me is very iterative.
I get i can make another branch, but if its a public repo its a bit awkward just having this out in the open. I guess then i'd squash merge into main once fixed?
Just wondering what the best way might be / how you guys do it.