Skip to content

Commit

Permalink
ci: temporary image until sfackler#781 gets merged
Browse files Browse the repository at this point in the history
Signed-off-by: Petros Angelatos <[email protected]>
  • Loading branch information
petrosagg committed Jun 11, 2021
1 parent 2366d22 commit 7f64ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: sfackler/rust-postgres-test:6
image: petrosagg/rust-postgres-test:7
ports:
- 5433:5433
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: '2'
services:
postgres:
image: "sfackler/rust-postgres-test:6"
image: "petrosagg/rust-postgres-test:7"
ports:
- 5433:5433

0 comments on commit 7f64ea0

Please sign in to comment.