We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1938cb7 commit 3aa49ceCopy full SHA for 3aa49ce
.github/workflows/ci.yml
@@ -152,7 +152,7 @@ jobs:
152
with:
153
timeout_minutes: 120
154
retry_wait_seconds: 30
155
- max_attempts: 5
+ max_attempts: 50
156
command: (echo "${{ needs.supported-arch-matrix.outputs.arch }}" | jq -r '.[]') | xargs -I % ./build-php.sh $(echo "${{ matrix.image }}" | tr '-' ' ') %
157
- run: cat ./docker-image/image.tags | xargs -I % docker inspect --format='%={{.Id}}:{{index .Config.Env 7}}' %
158
- run: docker save "${DOCKER_IMAGE}" | gzip -9 > ./docker-image/image.tar
0 commit comments