Skip to content

Commit

Permalink
3.9.0-rc2 container
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball authored Nov 5, 2024
1 parent c5e9195 commit f164f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/deployment/scripts/deploy_docker_github_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0-rc1" ]; then
IMAGETAG="3.9.0-rc2"
fi

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

0 comments on commit f164f87

Please sign in to comment.