Skip to content

Commit

Permalink
feat(besu): bump java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Apr 9, 2024
1 parent b11a8a7 commit 2fc02f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions besu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ getImageTag() {
# Use head file modification time as a proxy for the build date
local lastModified=$(date -r "$refHeadFile" "+%y.%-m") # Format date as "yy.M"

echo "${lastModified}-develop-${commitHash}-openjdk-21"
echo "${lastModified}-develop-${commitHash}
}
docker tag "hyperledger/besu:$(getImageTag 10)" "${target_repository}:${target_tag}"
docker tag "hyperledger/besu:$(getImageTag 7)" "${target_repository}:${target_tag}"
docker push "${target_repository}:${target_tag}"
docker tag "hyperledger/besu:$(getImageTag 10)" "${target_repository}:${target_tag}-${source_git_commit_hash}"
docker tag "hyperledger/besu:$(getImageTag 7)" "${target_repository}:${target_tag}-${source_git_commit_hash}"
docker push "${target_repository}:${target_tag}-${source_git_commit_hash}"

0 comments on commit 2fc02f5

Please sign in to comment.