Chore: Update GitHub setup-python action from v4 -> v5
[releng/global-jjb.git] / releasenotes / notes / update-docker-scripts-5d89bbc89103e7f6.yaml
1 ---
2 fixes:
3   - |
4     Allow DOCKER_ARGS to be empty in docker-build.sh. This is not a
5     required parameter, it can be empty.
6
7     Remove container reference in docker-get-git-describe.sh. The
8     CONTAINER_PUSH_REGISTRY already gets added in the docker-push script.
9     No need to add it again.
10
11     Rename image_name to image_build_tag in docker-get-yaml-tag to match
12     docker-get-git-describe. Add missing "DOCKER_NAME" in the DOCKER_IMAGE.
13
14     docker-get-git-describe.sh and docker-get-yaml-tag.sh should only export
15     the tag variable. Let docker-build.sh process DOCKER_NAME