Skip to content

Commit efa7502

Browse files
wphillipmooreclaude
andcommitted
fix(ci): revert container params and add VERSION file
Remove container-suffix/container-tag from ci.yml — workflow defaults are correct for Ruby repos. Add canonical VERSION file (1.2.4) for vrg-version. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aa348b9 commit efa7502

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/ci.yml

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

3735
integration-tests:
3836
name: "test / integration / ${{ matrix.ruby-version }}"
@@ -74,17 +72,13 @@ jobs:
7472
with:
7573
language: ruby
7674
versions: ${{ inputs.ruby-versions || '["3.2", "3.3", "3.4"]' }}
77-
container-suffix: base
78-
container-tag: 'latest'
7975

8076
security:
8177
uses: vergil-project/vergil-actions/.github/workflows/ci-security.yml@v2.0
8278
with:
8379
language: ruby
8480
run-standards: ${{ inputs.run-release != 'false' }}
8581
run-security: ${{ inputs.run-security != 'false' }}
86-
container-suffix: base
87-
container-tag: 'latest'
8882
permissions:
8983
contents: read
9084
security-events: write
@@ -94,13 +88,9 @@ jobs:
9488
with:
9589
language: ruby
9690
versions: ${{ inputs.ruby-versions || '["3.2", "3.3", "3.4"]' }}
97-
container-suffix: base
98-
container-tag: 'latest'
9991

10092
version:
10193
uses: vergil-project/vergil-actions/.github/workflows/ci-version-bump.yml@v2.0
10294
with:
10395
language: ruby
10496
run-release: ${{ inputs.run-release != 'false' }}
105-
container-suffix: base
106-
container-tag: 'latest'

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.2.4

0 commit comments

Comments
 (0)