Skip to content

Commit

Permalink
Change image name
Browse files Browse the repository at this point in the history
  • Loading branch information
reijoh committed Mar 21, 2024
1 parent 8559bdc commit dc0e670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ is_default_stack_for_repo ()
image_name ()
{
if [ -z "$2" ]; then
printf 'pandoc/%s:%s' "$repo" "${1:-edge}"
printf 'reijoh/%s:%s' "$repo" "${1:-edge}"
else
printf 'pandoc/%s:%s-%s' "$repo" "${1:-edge}" "$2"
printf 'reijoh/%s:%s-%s' "$repo" "${1:-edge}" "$2"
fi
}

Expand Down

0 comments on commit dc0e670

Please sign in to comment.