Fix empty var due to scope of each command

This commit is contained in:
Laurent Indermuehle 2024-04-09 15:57:32 +02:00
parent 376bdd4227
commit 7a717b358c
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -283,8 +283,6 @@ jobs:
-${{ matrix.connector_name }}${{ env.connector_version_flat }}\
:latest")
- name: Store docker_image name in GITHUB_ENV
run: >-
echo "docker_image=$(printf '%s' $docker_image_multiline)"
>> $GITHUB_ENV