Skip to content

Commit

Permalink
feat(besu): handle upstream gradle image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Aug 28, 2024
1 parent 07c55f9 commit 6eab944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions besu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ getImageTag() {

# list of tags to check for after building from gradle
gradle_tags=(
"hyperledger/besu:$(getImageTag)"
"hyperledger/besu:$(getImageTag 7)" # legacy tag
"${source_repository}:$(getImageTag)"
"${source_repository}:$(getImageTag 7)" # legacy tag
)

tag=""
Expand Down

0 comments on commit 6eab944

Please sign in to comment.