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 ec21caf commit becd6cdCopy full SHA for becd6cd
.ci/docker/README.md
@@ -120,8 +120,8 @@ If your new Docker image needs a library installed from a specific pinned commit
120
If you're introducing a new argument to the Docker build, make sure to add it in the Docker build step in `.ci/docker/build.sh`:
121
```bash
122
docker build \
123
- ....
124
- --build-arg "NEW_ARG_1=${NEW_ARG_1}"
+ ....
+ --build-arg "NEW_ARG_1=${NEW_ARG_1}"
125
```
126
127
3. **Update Dockerfile logic**:
.github/workflows/docker-builds.yml
@@ -124,7 +124,7 @@ jobs:
GHCR_PAT: ${{ secrets.GHCR_PAT }}
with:
shell: bash
- timeout_minutes: 30
+ timeout_minutes: 60
128
max_attempts: 5
129
retry_wait_seconds: 90
130
command: |
0 commit comments