Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a977ecf1c7 | |||
| 04a508c169 |
@@ -21,7 +21,7 @@ jobs:
|
|||||||
-e RENOVATE_PLATFORM=gitea \
|
-e RENOVATE_PLATFORM=gitea \
|
||||||
-e RENOVATE_REPOSITORIES=${{ github.repository }} \
|
-e RENOVATE_REPOSITORIES=${{ github.repository }} \
|
||||||
-e RENOVATE_TOKEN \
|
-e RENOVATE_TOKEN \
|
||||||
renovate/renovate:44.29.4
|
renovate/renovate:44.30.3
|
||||||
|
|
||||||
# After the renovate job, cut ONE tag covering the renovate-bot commits merged to main since the
|
# After the renovate job, cut ONE tag covering the renovate-bot commits merged to main since the
|
||||||
# last tag (batch per run). Targets origin/main — the real post-merge tip; the checkout SHA is the
|
# last tag (batch per run). Targets origin/main — the real post-merge tip; the checkout SHA is the
|
||||||
|
|||||||
+1
-1
@@ -40,7 +40,7 @@ services:
|
|||||||
# init/init.sql creates one database per service. Dev defaults below; supply
|
# init/init.sql creates one database per service. Dev defaults below; supply
|
||||||
# POSTGRES_USER/PASSWORD via env in production.
|
# POSTGRES_USER/PASSWORD via env in production.
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:18.4-alpine3.23
|
image: postgres:18.6-alpine3.23
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-ory}
|
POSTGRES_USER: ${POSTGRES_USER:-ory}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ory}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ory}
|
||||||
|
|||||||
Reference in New Issue
Block a user