Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 8886437

Browse files
committed
Restored test broker version
1 parent bf712b5 commit 8886437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Copy test artifacts to test S3 bucket
4949
run: |
5050
MESSAGEBROKERNODEINSTANCETYPE=t2.medium
51-
sed -i "s@SolaceDockerImageParameterValue@bczoma/solacetest:latest@g" ci/solace-aws-ha-3az-prod-test.json
51+
sed -i "s@SolaceDockerImageParameterValue@${{ secrets.BROKER_DOCKER_IMAGE_REF }}@g" ci/solace-aws-ha-3az-prod-test.json
5252
sed -i "s@EventBrokerNodeInstanceTypeParameterValue@${MESSAGEBROKERNODEINSTANCETYPE}@g" ci/solace-aws-ha-3az-prod-test.json
5353
aws s3 mb s3://${{ env.TEST_S3_BUCKET }} || echo "s3 bucket already existed"
5454
export BUCKETREGION=`aws s3api get-bucket-location --bucket ${{ env.TEST_S3_BUCKET }} | grep LocationConstraint | awk -F' ' '{print $NF}' | tr -d '"'`

0 commit comments

Comments
 (0)