Skip to content

Commit 20d88dc

Browse files
committed
remove if statement for testing
1 parent ffafd1b commit 20d88dc

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)