Skip to content

Commit 3b01817

Browse files
committed
Updated docs
1 parent ecd8666 commit 3b01817

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
21
# Docker Images for Rails SQL Server
32

4-
3+
Images:
4+
- [mssql-server-linux-adapter-ci](mssql-server-linux-adapter-ci)
5+
- Used by the [ActiveRecord SQL Server Adapter](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter) tests.
6+
- [mssql-server-linux-rails](mssql-server-linux-rails)
7+
- [mssql-server-linux-tinytds](mssql-server-linux-tinytds)

mssql-server-linux-adapter-ci/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ Includes all CI dependencies, Ruby, [FreeTDS](http://www.freetds.org/) and [`wai
1111

1212
All commands assume that the `$PWD` is this directory.
1313

14-
### Build
14+
### Build and Push Image
1515

16-
Fully automated build
16+
Fully automated build. The docker image is pushed as part of the build process. So you need to login to Github packages first:
17+
18+
`docker login ghcr.io`
1719

1820
```shell
1921
./build.sh 2.7.1

0 commit comments

Comments
 (0)