File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,17 +95,23 @@ jobs:
9595 username : ${{ secrets.DOCKERHUB_USERNAME }}
9696 password : ${{ secrets.DOCKERHUB_TOKEN }}
9797
98- # https://github.com/marketplace/actions/build-and-push-docker-images
98+
99+
100+ # https://github.com/marketplace/actions/retry-action
99101 # Never use cache with builds, build from scratch for security updates
100- - name : Build Docker images
101- uses : docker/build-push- action@v6
102+ - name : Retry action for Docker build
103+ uses : Wandalen/wretry. action@v3
102104 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 }}
105+ action : docker/build-push-action@v6
106+ attempt_limit : 3
107+ attempt_delay : 5000
108+ with : |
109+ push: false # set to false for testing
110+ no-cache: true
111+ tags: ${{ env.BUILD_TAGS }}
112+ build-args: |
113+ PHP_IMG=${{ matrix.base_container }}
114+ COMPOSER_VERSION=${{ env.COMPOSER_VERSION }}
109115
110116 - name : Push Docker images
111117 uses : docker/build-push-action@v6
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ RUN if [ ! -z "$(php --version | grep ^PHP | awk '{print $2}' | grep -v ^7 | gre
104104
105105ENV NVM_DIR /tmp/.nvm
106106RUN mkdir ${NVM_DIR}
107- RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4 /install.sh | bash
107+ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3 /install.sh | bash
108108
109109# Workaround - Cypress installation
110110ENV CYPRESS_CACHE_FOLDER /tmp/cypress/cache
Original file line number Diff line number Diff line change 66python-gitlab
77awesome-codename
88cryptography
9- ansible-core == 2.11.12
9+ ansible-core == 2.17.6
1010dnspython
You can’t perform that action at this time.
0 commit comments