Skip to content

Commit

Permalink
image version does not receive env
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Dec 11, 2024
1 parent b7512dc commit bde3b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

services:
postgres:
image: postgres:${{ env.POSTGRES_VERSION }}
image: postgres:17
env:
POSTGRES_PASSWORD: postgres
POSTGRES_HOST_AUTH_METHOD: md5
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:

services:
postgres:
image: postgres:${{ env.POSTGRES_VERSION }}
image: postgres:17
env:
POSTGRES_PASSWORD: postgres
POSTGRES_HOST_AUTH_METHOD: md5
Expand Down

0 comments on commit bde3b26

Please sign in to comment.