Skip to content

Commit 3aa49ce

Browse files
authored
Go 10x developer on the build step and tenfold the amount of retries
This shouldn't be a fix, but GitHub's runners have been weirdly unstable for months now. And as a result I haven't pushed an image in two months.
1 parent 1938cb7 commit 3aa49ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
timeout_minutes: 120
154154
retry_wait_seconds: 30
155-
max_attempts: 5
155+
max_attempts: 50
156156
command: (echo "${{ needs.supported-arch-matrix.outputs.arch }}" | jq -r '.[]') | xargs -I % ./build-php.sh $(echo "${{ matrix.image }}" | tr '-' ' ') %
157157
- run: cat ./docker-image/image.tags | xargs -I % docker inspect --format='%={{.Id}}:{{index .Config.Env 7}}' %
158158
- run: docker save "${DOCKER_IMAGE}" | gzip -9 > ./docker-image/image.tar

0 commit comments

Comments
 (0)