Skip to content

Commit

Permalink
use tag=production
Browse files Browse the repository at this point in the history
  • Loading branch information
andylytical committed Jun 27, 2024
1 parent cd48377 commit dc53bdd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@ DEBUG=1
REGISTRY=ghcr.io
REPO=ncsa/jiracmdline

function latest_tag {
[[ "$DEBUG" -eq 1 ]] && set -x
# echo "production"
echo "bind_localhost_only"
}

[[ "$DEBUG" -eq 1 ]] && set -x

tag=$(latest_tag)
tag=production

docker run -it --pull always \
--mount type=bind,src=$HOME,dst=/home \
Expand Down

0 comments on commit dc53bdd

Please sign in to comment.