Skip to content

Commit 1d9fb87

Browse files
committed
ci(integration-test): add commented out example for services image credentials
1 parent 2138f76 commit 1d9fb87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
services:
1010
postgres:
1111
image: postgres:17
12+
# credentials:
13+
# username: ${{ secrets.dockerhub_username }}
14+
# password: ${{ secrets.dockerhub_password }}
1215
ports:
1316
- 5432/tcp
1417

0 commit comments

Comments
 (0)