Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/gem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
registry:
- key: rubygems
secret: RUBYGEMS_TOKEN
- key: github
secret: GEM_TOKEN_GITHUB
steps:
-
name: Checkout repository
Expand Down
6 changes: 6 additions & 0 deletions Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
:github-home: https://github.com/rubyists/sequel-pgt_outbox
:coc: https://github.com/rubyists/sequel-pgt_outbox/blob/main/CODE_OF_CONDUCT.md[Code of Conduct]
:mit: https://opensource.org/licenses/MIT[MIT License]
:container-registry: https://github.com/rubyists/sequel-pgt_outbox/pkgs/container/sequel-pgt_outbox[Container Registry]

image::https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg[Conventional Commits,link=https://www.conventionalcommits.org/en/v1.0.0/]

Expand Down Expand Up @@ -55,6 +56,11 @@ If bundler is not being used to manage dependencies, install the gem by executin
gem install sequel-pgt_outbox
```

=== Container

If you do not want to install the gem, you can use the provided Docker image,
available at the Rubyists Github {container-registry}.

## Usage

### Using the sequel cli
Expand Down
Loading