Help: docker-build step in Github Actions

Hello, I am getting an error about a dockerfile not being present in my repo (I don’t have one). I started with the Build a Bot Workshop code from here, so that is basically my repo: Build-a-Bot-2025/Build-A-Bot-2025 at main · EntelectChallenge/Build-a-Bot-2025 · GitHub.

There is also a 20255-ZooScape repo: GitHub - EntelectChallenge/2025-Zooscape. Am I supposed to copy the code I have into the PlayerBot directory in here, or how do I get my bot from the workshop to actually be submittable and pass the docker stage of the Actions when I submit?

I am a bit confused as to the dir structure of what I should submit.

Well pause on this issue for now. I made a working dockerfile and cool finally my submissions going through.

But new issue, when I check the logs the bot logs are fine, but when I try see the Match logs I get an encoded mess:

I am sure there must have been some error thrown from my code, and that messed up the json file… But surely I am not the first :rofl::+1:t5:.

Hi. You need to rename that downloaded file from “.json” to “.7z”. Then extract the “.7z” file. The resulting file can be opened up in notepad.

2 Likes