We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473cf12 commit ed9c647Copy full SHA for ed9c647
2 files changed
.github/workflows/docker-compose-startup.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
registry_package:
6
types: [published]
7
+ workflow_dispatch:
8
+
9
10
jobs:
11
test:
docker-compose.yml
@@ -78,7 +78,7 @@ services:
78
retries: 5
79
80
eets-testcontainer-postgres:
81
- image: postgres:15.1
+ image: postgres:17.7
82
container_name: eets-testcontainer-postgres
83
ports:
84
- "5432:5432"
0 commit comments