Skip to content

Commit 3ec1ab9

Browse files
wphillipmooreclaude
andcommitted
fix(ci): add container-suffix to audit and test jobs
The ci-audit and ci-test reusable workflows default container-suffix to base, which produces prod-base:<version> — an image that does not exist. Set container-suffix: ruby so these jobs use prod-ruby:<version>. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent efa7502 commit 3ec1ab9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
language: ruby
3333
versions: ${{ inputs.ruby-versions || '["3.2", "3.3", "3.4"]' }}
34+
container-suffix: ruby
3435

3536
integration-tests:
3637
name: "test / integration / ${{ matrix.ruby-version }}"
@@ -88,6 +89,7 @@ jobs:
8889
with:
8990
language: ruby
9091
versions: ${{ inputs.ruby-versions || '["3.2", "3.3", "3.4"]' }}
92+
container-suffix: ruby
9193

9294
version:
9395
uses: vergil-project/vergil-actions/.github/workflows/ci-version-bump.yml@v2.0

0 commit comments

Comments
 (0)