mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
fix: version string for test step
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user