Jetbrains Space Automation Worker caches dates between runs
I have a Jetbrains Space Automation worker that builds a Docker image of my project and pushes it to Space. It should tag each built image with the current date, but instead it keeps tagging each build with the date that the build script was last compiled. How can I access the current date inside the build script?