Skip to content

Commit

Permalink
feat: mongo (#26)
Browse files Browse the repository at this point in the history
* Rename postgres/postgres to just postgres

* Mongo 6 and 7
  • Loading branch information
DerekRoberts authored Oct 16, 2023
1 parent e8f6b93 commit 45782bd
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package: [bitnami/postgresql,bitnami/postgresql-ha,bitnami/pgpool, postgres/postgres]

package: [bitnami/postgresql, bitnami/postgresql-ha, bitnami/pgpool, mongo, postgres]
steps:
- uses: actions/delete-package-versions@v4
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package: [bitnami/postgresql,bitnami/postgresql-ha, postgres/postgres]
package: [bitnami/postgresql, bitnami/postgresql-ha, postgres]
tag: [12, 13, 14, 15, 16]
include:
- package: bitnami/pgpool
tag: 4
- package: mongo
tag: 6
- package: mongo
tag: 7
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions mongo/6/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM mongo:6.0.11
1 change: 1 addition & 0 deletions mongo/7/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM mongo:7.0.2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 45782bd

Please sign in to comment.