Skip to content

Commit

Permalink
Added env var to set the DB user
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored Oct 9, 2023
1 parent f66a71c commit 74fc030
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/blockscout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,8 @@ jobs:
image: us-west1-docker.pkg.dev/devopsre/actions-runner-controller/blockscout:latest
options: --user root
needs: build-and-cache
env:
DATABASE_USER: postgres
services:
postgres:
image: postgres
Expand Down Expand Up @@ -518,6 +520,8 @@ jobs:
image: us-west1-docker.pkg.dev/devopsre/actions-runner-controller/blockscout:latest
options: --user root
needs: build-and-cache
env:
DATABASE_USER: postgres
services:
postgres:
image: postgres
Expand Down Expand Up @@ -589,6 +593,8 @@ jobs:
image: us-west1-docker.pkg.dev/devopsre/actions-runner-controller/blockscout:latest
options: --user root
needs: build-and-cache
env:
DATABASE_USER: postgres
services:
redis_db:
image: 'redis:alpine'
Expand Down

0 comments on commit 74fc030

Please sign in to comment.