fix: version string for test step

This commit is contained in:
le0m
2021-10-18 17:22:15 +02:00
parent ee6886d7a0
commit a69a4a42bc
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
- name: Test images
env:
VERSION: "${{ matrix.version }}${{ matrix.flavor }}"
VERSION: ${{ steps.prepare-path-tag.outputs.image-tag }}
run: |
make test VERSION=${VERSION}
make -C dev test VERSION=${VERSION}