Skip to content

Commit 695391e

Browse files
committed
correct docker hub tag
1 parent 8bd3286 commit 695391e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/deployment/scripts/deploy_docker_github_actions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ elif [ "${GITHUB_REF}" == "refs/heads/master" ]; then
1515
elif [ "${GITHUB_REF}" == "refs/heads/setup_github_actions" ]; then
1616
IMAGETAG=experimental
1717
elif [ "${GITHUB_REF}" == "refs/heads/3.11.0" ]; then
18-
IMAGETAG="3.11.0-rc2"
18+
IMAGETAG="3.11.0"
1919
fi
2020

2121
if [ "${IMAGETAG}" != "skip" ]; then

0 commit comments

Comments
 (0)