From 156996359c337254a3a8015e5de7e8d9d2b6cbd3 Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Tue, 12 Nov 2024 12:01:28 -0600 Subject: [PATCH] fix build.yml syntax --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e72ebeede..9750e157d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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