Skip to content

Commit

Permalink
dockerhub tag
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball authored Aug 24, 2024
1 parent a522ba0 commit e5d2b0b
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.8.0-1" ]; then
IMAGETAG="3.8.0-1"
fi

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

0 comments on commit e5d2b0b

Please sign in to comment.