From b2ea65049c379cb73883ca2a472737659002e08f Mon Sep 17 00:00:00 2001 From: Joseph Beard Date: Mon, 16 Mar 2026 14:19:10 -0400 Subject: [PATCH] ci: use dockerhub credentials --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b117236..104c08f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,9 @@ jobs: services: postgres: image: postgres:16.1 + credentials: + username: ${{ secrets.DOCKERHUB_CONTAINER_REGISTRY_USERNAME }} + password: ${{ secrets.DOCKERHUB_CONTAINER_REGISTRY_PASSWORD }} env: POSTGRES_USER: postgres POSTGRES_DB: postgres_pub_sub_test