From 8fc4aec333441db830517f86c8ad097a754fef6b Mon Sep 17 00:00:00 2001 From: gmega Date: Fri, 19 Jun 2026 14:33:52 -0300 Subject: [PATCH] use output of build job to feed test job instead of guessing the tag --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de2ce79d..f828c5d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -224,7 +224,7 @@ jobs: TF_VAR_region: europe-west4 TF_VAR_zone: europe-west4-a TF_PLUGIN_CACHE_DIR: /home/runner/.terraform.d/plugin-cache - STORAGEDOCKERIMAGE: ${{ github.ref_type == 'tag' && format('logosstorage/logos-storage-nim:{0}-dist-tests', github.ref_name) || 'logosstorage/logos-storage-nim:latest-dist-tests' }} + STORAGEDOCKERIMAGE: ${{ needs.build-docker-dist-tests.outputs.logos_storage_image }} TEST_TYPE: release-tests BRANCH: ${{ inputs.branch || 'master' }} SOURCE: https://github.com/logos-storage/logos-storage-nim-cs-dist-tests