We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd3286 commit 695391eCopy full SHA for 695391e
docker/deployment/scripts/deploy_docker_github_actions.sh
@@ -15,7 +15,7 @@ elif [ "${GITHUB_REF}" == "refs/heads/master" ]; then
15
elif [ "${GITHUB_REF}" == "refs/heads/setup_github_actions" ]; then
16
IMAGETAG=experimental
17
elif [ "${GITHUB_REF}" == "refs/heads/3.11.0" ]; then
18
- IMAGETAG="3.11.0-rc2"
+ IMAGETAG="3.11.0"
19
fi
20
21
if [ "${IMAGETAG}" != "skip" ]; then
0 commit comments