Skip to content

Commit d16e096

Browse files
authored
fix: Removes the github gem publish action which was broken (#23)
* chore: Removes gem publishing to github * fix: Adds doc section about container
1 parent ee488f0 commit d16e096

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/gem.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
registry:
1313
- key: rubygems
1414
secret: RUBYGEMS_TOKEN
15-
- key: github
16-
secret: GEM_TOKEN_GITHUB
1715
steps:
1816
-
1917
name: Checkout repository

Readme.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
:github-home: https://github.com/rubyists/sequel-pgt_outbox
1212
:coc: https://github.com/rubyists/sequel-pgt_outbox/blob/main/CODE_OF_CONDUCT.md[Code of Conduct]
1313
:mit: https://opensource.org/licenses/MIT[MIT License]
14+
:container-registry: https://github.com/rubyists/sequel-pgt_outbox/pkgs/container/sequel-pgt_outbox[Container Registry]
1415

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

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

59+
=== Container
60+
61+
If you do not want to install the gem, you can use the provided Docker image,
62+
available at the Rubyists Github {container-registry}.
63+
5864
## Usage
5965

6066
### Using the sequel cli

0 commit comments

Comments
 (0)