File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 with :
3232 language : ruby
3333 versions : ${{ inputs.ruby-versions || '["3.2", "3.3", "3.4"]' }}
34- container-suffix : ruby
34+ container-suffix : base
3535 container-tag : ' latest'
3636
3737 integration-tests :
7474 with :
7575 language : ruby
7676 versions : ${{ inputs.ruby-versions || '["3.2", "3.3", "3.4"]' }}
77- container-suffix : ruby
77+ container-suffix : base
7878 container-tag : ' latest'
7979
8080 security :
8383 language : ruby
8484 run-standards : ${{ inputs.run-release != 'false' }}
8585 run-security : ${{ inputs.run-security != 'false' }}
86- container-suffix : ruby
86+ container-suffix : base
8787 container-tag : ' latest'
8888 permissions :
8989 contents : read
@@ -94,13 +94,13 @@ jobs:
9494 with :
9595 language : ruby
9696 versions : ${{ inputs.ruby-versions || '["3.2", "3.3", "3.4"]' }}
97- container-suffix : ruby
97+ container-suffix : base
9898 container-tag : ' latest'
9999
100100 version :
101101 uses : vergil-project/vergil-actions/.github/workflows/ci-version-bump.yml@v2.0
102102 with :
103103 language : ruby
104104 run-release : ${{ inputs.run-release != 'false' }}
105- container-suffix : ruby
105+ container-suffix : base
106106 container-tag : ' latest'
You can’t perform that action at this time.
0 commit comments