Skip to content

Commit

Permalink
fix doc generator
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Aug 8, 2024
1 parent d3eaa6b commit f988b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerhub_doc_config_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ print_official_header() {

function generate_official_image_tags() {
# Generate the tags
full_version=$(grep "VERSION" "${file}" | awk '{ print $3 }')
full_version=$(grep "JAVA_VERSION=" "${file}" | awk '{ print $2 }' | awk -F '=' '{ print $2 }')

# Remove any `jdk` references in the version
ojdk_version=$(echo "${full_version}" | sed 's/\(jdk-\)//;s/\(jdk\)//' | awk -F '_' '{ print $1 }')
Expand Down

0 comments on commit f988b1f

Please sign in to comment.