exit on error
Publish / build_and_publish_docker_image (push) Successful in 1m32s

This commit is contained in:
2025-09-02 21:39:05 +00:00
parent 43b08cb184
commit c49ee81622
+2
View File
@@ -22,6 +22,8 @@
# SOFTWARE. # SOFTWARE.
# #
set -e
# Default the TZ environment variable to UTC. # Default the TZ environment variable to UTC.
TZ=${TZ:-UTC} TZ=${TZ:-UTC}
export TZ export TZ