Skip to content

Commit 2938126

Browse files
committed
Adds documentation, commetns out old build
1 parent e4710bc commit 2938126

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/build.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,17 @@ jobs:
9797

9898
# https://github.com/marketplace/actions/build-and-push-docker-images
9999
# Never use cache with builds, build from scratch for security updates
100-
- name: Build Docker images
101-
uses: docker/build-push-action@v6
102-
with:
103-
push: false # set to false for testing
104-
no-cache: true
105-
tags: ${{ env.BUILD_TAGS }}
106-
build-args: |
107-
PHP_IMG=${{ matrix.base_container }}
108-
COMPOSER_VERSION=${{ env.COMPOSER_VERSION }}
109-
100+
# - name: Build Docker images
101+
# uses: docker/build-push-action@v6
102+
# with:
103+
# push: false # set to false for testing
104+
# no-cache: true
105+
# tags: ${{ env.BUILD_TAGS }}
106+
# build-args: |
107+
# PHP_IMG=${{ matrix.base_container }}
108+
# COMPOSER_VERSION=${{ env.COMPOSER_VERSION }}
109+
110+
# https://github.com/marketplace/actions/retry-action
110111
- name: retry action
111112
uses: Wandalen/wretry.action@v3
112113
with:

0 commit comments

Comments
 (0)