File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 5757fi
5858
5959# For the latest tag check the version match
60- if [[ ${TAG} == " latest" && ${CHECK_LATEST} == " true" ]]
60+ if [[ ${TAG} =~ " latest" && ${CHECK_LATEST} == " true" ]]
6161then
6262 _VERSION_IN_LOG=$( docker logs ${CONTAINER_NAME} | grep " #" | grep " Besu version" | cut -d " " -f 4 | sed ' s/\s//g' )
6363 echo " Extracted version from logs [$_VERSION_IN_LOG ]"
Original file line number Diff line number Diff line change @@ -73,21 +73,24 @@ jobs:
7373 strategy :
7474 matrix :
7575 combination :
76- - tag : ${{ needs.validate.outputs.release_version }}
77- platform : ' '
78- runner : ubuntu-22.04
79- - tag : ${{ needs.validate.outputs.release_version }}-amd64
76+ - tag : latest-amd64
8077 platform : ' linux/amd64'
8178 runner : ubuntu-22.04
8279 - tag : latest
8380 platform : ' '
8481 runner : ubuntu-22.04
85- - tag : ${{ needs.validate.outputs.release_version }} -arm64
82+ - tag : latest -arm64
8683 platform : ' '
8784 runner : besu-arm64
85+ - tag : latest
86+ platform : ' '
87+ runner : besu-arm64
88+
8889 steps :
8990 - name : Checkout
9091 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
92+ with :
93+ sparse-checkout : ' .github/workflows/BesuContainerVerify.sh'
9194
9295 - name : Start container
9396 run : |
Original file line number Diff line number Diff line change @@ -305,6 +305,8 @@ jobs:
305305 steps :
306306 - name : Checkout
307307 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
308+ with :
309+ sparse-checkout : ' .github/workflows/BesuContainerVerify.sh'
308310
309311 - name : Start container
310312 run : |
You can’t perform that action at this time.
0 commit comments