mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-26 12:29:30 +00:00
use output of build job to feed test job instead of guessing the tag
This commit is contained in:
parent
647fbb84a5
commit
8fc4aec333
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user