Skip to content

Commit

Permalink
fix build.yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Nov 12, 2024
1 parent e22f7ad commit 1569963
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ jobs:
- 8200:8200
volumes:
- ${{ github.workspace }}:/vault/plugins
postgres:
image: docker.mirror.hashicorp.services/postgres:latest
env:
POSTGRES_PASSWORD: secret
POSTGRES_DB: database
ports:
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
Expand Down

0 comments on commit 1569963

Please sign in to comment.