Skip to content

Commit

Permalink
fix: fixing database release (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Gomes da Cruz Junior authored Mar 21, 2023
1 parent 18ed741 commit efd878f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package: [backend, database, frontend, legacy]
package: [backend, database, frontend, legacy, common]
steps:
- uses: shrink/actions-docker-registry-tag@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:15@sha256:50a96a21f2992518c2cb4601467cf27c7ac852542d8913c1872fe45cd6449947
FROM postgres:13

HEALTHCHECK --interval=35s --timeout=4s CMD pg_isready -d db_prod

Expand Down

0 comments on commit efd878f

Please sign in to comment.