mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
fix: set make vars explicitly
This commit is contained in:
@@ -51,8 +51,7 @@ jobs:
|
||||
env:
|
||||
REGISTRY: localhost:5000/
|
||||
VERSION: ${{ matrix.version }}${{ matrix.flavor }}
|
||||
run: |
|
||||
make test
|
||||
run: make test VERSION=${VERSION} REGISTRY=${REGISTRY}
|
||||
|
||||
- name: Build dev image for testing
|
||||
uses: docker/build-push-action@v2
|
||||
@@ -68,7 +67,7 @@ jobs:
|
||||
env:
|
||||
REGISTRY: localhost:5000/
|
||||
VERSION: ${{ matrix.version }}${{ matrix.flavor }}
|
||||
run: make -C dev test
|
||||
run: make -C dev test VERSION=${VERSION} REGISTRY=${REGISTRY}
|
||||
|
||||
- name: Build xhprof image for testing
|
||||
uses: docker/build-push-action@v2
|
||||
@@ -84,7 +83,7 @@ jobs:
|
||||
env:
|
||||
REGISTRY: localhost:5000/
|
||||
VERSION: ${{ matrix.version }}${{ matrix.flavor }}
|
||||
run: make -C xhprof test
|
||||
run: make -C xhprof test VERSION=${VERSION} REGISTRY=${REGISTRY}
|
||||
|
||||
- name: Login to DockerHub
|
||||
if: "github.event_name != 'pull_request'"
|
||||
|
||||
Reference in New Issue
Block a user