Skip to content

Commit

Permalink
disable postgres container in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Nov 11, 2024
1 parent e7ad781 commit 9ad7b3b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ad7b3b

Please sign in to comment.