File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,10 @@ jobs:
2626 name : Publish to ${{ matrix.registry }}
2727 env :
2828 TRACE : ${{ secrets.ACTIONS_STEP_DEBUG || 'false' }}
29+ GEM_NAME : linear-cli
2930 GEM_TOKEN : ${{ secrets[matrix.registry.secret] }}
3031 REGISTRY : ${{ matrix.registry.key }}
3132 run : |
3233 bundle install
3334 TRACE="$TRACE" GEM_TOKEN="$GEM_TOKEN" ./ci/publish-gem.sh "$REGISTRY"
3435 shell : bash
35- env :
36- GEM_NAME : linear-cli
Original file line number Diff line number Diff line change @@ -225,6 +225,13 @@ $ bundle exec rake
225225$ bundle exec gem build
226226----
227227
228+ === Build the container
229+
230+ [source,bash]
231+ ----
232+ $ ./ci/build_image.sh <tag_name>
233+ ----
234+
228235=== Conventional Commits (semantic commit messages)
229236
230237This project follows the {conventional-commits} specification.
You can’t perform that action at this time.
0 commit comments