From 9ad7b3bd2bd1068905356daf25e94d29d606917f Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Mon, 11 Nov 2024 13:40:58 -0600 Subject: [PATCH] disable postgres container in build.yml --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3969cabd..578038e9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,13 +76,6 @@ jobs: - 8200:8200 volumes: - ${{ github.workspace }}:/vault/plugins - postgres: - image: docker.mirror.hashicorp.services/postgres:latest - env: - POSTGRES_PASSWORD: secret - POSTGRES_DB: database - ports: - - 5432:5432 steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1