Skip to content

Commit 4cff8f0

Browse files
committed
release container to dockerhub
1 parent 561050e commit 4cff8f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/deployment/scripts/deploy_docker_github_actions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ elif [ "${GITHUB_REF}" == "refs/heads/master" ]; then
1414
# Currently setting this to setup_github_actions to test upload.
1515
elif [ "${GITHUB_REF}" == "refs/heads/setup_github_actions" ]; then
1616
IMAGETAG=experimental
17-
elif [ "${GITHUB_REF}" == "refs/heads/3.9.0-rc1" ]; then
18-
IMAGETAG="3.9.0-rc2"
17+
elif [ "${GITHUB_REF}" == "refs/heads/3.9.0-rc3" ]; then
18+
IMAGETAG="3.9.0-rc3"
1919
fi
2020

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

0 commit comments

Comments
 (0)