File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments