File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,24 +91,17 @@ jobs:
9191 push : false # set to false for testing
9292 no-cache : true
9393 tags : ${{ env.BUILD_TAGS }}
94- cache-to : type=local,dest=cache
95- build-args : |
96- PHP_IMG=${{ matrix.base_container }}
97- COMPOSER_VERSION=${{ env.COMPOSER_VERSION }}
98-
99- - name : Build Docker images
100- uses : docker/build-push-action@v2
101- with :
102- push : false # set to false for testing
103- tags : ${{ env.BUILD_TAGS }}
104- cache-from : type=local,dest=cache
10594 build-args : |
10695 PHP_IMG=${{ matrix.base_container }}
10796 COMPOSER_VERSION=${{ env.COMPOSER_VERSION }}
10897
10998 - name : Push Docker images
11099 uses : docker/build-push-action@v2
111- if : ${{ github.ref == 'refs/heads/trunk' }}
100+ # if: ${{ github.ref == 'refs/heads/trunk' }}
112101 with :
113102 push : true
114103 tags : ${{ env.BUILD_TAGS }}
104+ build-args : |
105+ PHP_IMG=${{ matrix.base_container }}
106+ COMPOSER_VERSION=${{ env.COMPOSER_VERSION }}
107+
You can’t perform that action at this time.
0 commit comments