Skip to content

Commit 3235095

Browse files
committed
okay, try the stretch builds
1 parent 2f24360 commit 3235095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout code
5252
uses: actions/checkout@v1
5353
- name: Build container
54-
run: docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}}
54+
run: docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}}-stretch
5555
- name: Tests
5656
run: docker run -e PUPPET_VERSION -e PUPPET_VERSIONS -e RSPEC_TEST -e RUBOCOP_TEST -e COVERAGE octocatalog-diff:ruby${{matrix.ruby-version}} /app/script/cibuild
5757
- name: Rubocop

0 commit comments

Comments
 (0)