From 72827753acb812ab9a92e2d81a57c51afd0273db Mon Sep 17 00:00:00 2001 From: Zoltan Suto Date: Sat, 6 Jan 2024 00:45:02 +0000 Subject: [PATCH] testing image build --- .github/workflows/zoltansuto.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/zoltansuto.yml b/.github/workflows/zoltansuto.yml index 7ff131502d..0a61302ce7 100644 --- a/.github/workflows/zoltansuto.yml +++ b/.github/workflows/zoltansuto.yml @@ -62,6 +62,9 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v2 + env: + PHP_VERSION: ${{ matrix.php_version }} + LARADOCK_PHP_VERSION: ${{ matrix.php_version }} with: context: ./${{ matrix.service }} file: ./${{ matrix.service }}/Dockerfile