diff --git a/docker/deployment/scripts/deploy_docker_github_actions.sh b/docker/deployment/scripts/deploy_docker_github_actions.sh index 5b3b5bd20..6066855b1 100755 --- a/docker/deployment/scripts/deploy_docker_github_actions.sh +++ b/docker/deployment/scripts/deploy_docker_github_actions.sh @@ -14,8 +14,8 @@ elif [ "${GITHUB_REF}" == "refs/heads/master" ]; then # Currently setting this to setup_github_actions to test upload. elif [ "${GITHUB_REF}" == "refs/heads/setup_github_actions" ]; then IMAGETAG=experimental -#elif [ "${GITHUB_REF}" == "refs/heads/3.6.1-4" ]; then -# IMAGETAG="3.6.1-4" +elif [ "${GITHUB_REF}" == "refs/heads/3.8.0-1" ]; then + IMAGETAG="3.8.0-1" fi if [ "${IMAGETAG}" != "skip" ]; then