Skip to content

Commit aca0ee5

Browse files
committed
Update workflow
1 parent 3e80395 commit aca0ee5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docker-publis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Extract metadata (tags, labels) for Docker
3232
id: meta
33-
uses: docker/metadata-action@v5
33+
uses: docker/metadata-action@v6
3434
with:
3535
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3636

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ This project provides a **Dockerized prerender service** based on `prerender` wi
2323

2424
### Environment Variables
2525

26-
| Variable | Default | Description |
27-
|------------------|--------|-----------------------------------|
28-
| `PORT` | `3000` | Port the service listens on |
29-
| `CACHE_MAXSIZE` | `1000` | Maximum number of cached entries |
30-
| `CACHE_TTL` | `86400`| Cache lifetime in seconds (1 day) |
26+
| Variable | Default | Description |
27+
|------------------|--------|-------------------------------------|
28+
| `PORT` | `3000` | Port the service listens on |
29+
| `CACHE_MAXSIZE` | `1000` | Maximum number of cached entries |
30+
| `CACHE_TTL` | `43200`| Cache lifetime in seconds (12 hour) |
3131

3232
---
3333

0 commit comments

Comments
 (0)